Results

By type

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

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

2022-08-08T05:43:05.435Z||main|||||INFO|500||The following profiles are active: basic
2022-08-08T05:43:16.838Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-08T05:43:16.839Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-08T05:43:16.954Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-08T05:43:21.350Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-08T05:43:21.736Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-08T05:43:22.186Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-08T05:43:22.206Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-08T05:43:22.322Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-08T05:43:22.526Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-08T05:43:23.156Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-08T05:43:24.913Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-08T05:43:27.224Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-08T05:43:27.286Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-08T05:43:27.945Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-08T05:43:28.176Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-08-08T05:43:29.291Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-08T05:43:30.312Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-08-08T05:43:30.329Z||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$$30e71889.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-08-08T05:43:30.330Z||main|||||WARN|500||The sdc end point is not alive
2022-08-08T05:43:33.234Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-08-08T05:43:36.141Z||main|||||WARN|500||---
2022-08-08T05:43:36.141Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-08T05:43:36.142Z||main|||||WARN|500||---
2022-08-08T05:43:36.573Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-08T05:43:41.493Z||main|||||INFO|500||Started Application in 39.248 seconds (JVM running for 41.517)
2022-08-08T05:43:41.509Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:43:41.511Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:43:41.522Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:43:41.545Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:43:41.592Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 19dde17d-de05-4041-b37f-34d2e1f736ba url= /sdc/v1/artifactTypes
2022-08-08T05:43:41.592Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:43:42.672Z||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.43.162] 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$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-08-08T05:43:42.677Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@11b07419
2022-08-08T05:43:42.677Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:43:42.694Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:43:42.696Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:43:42.699Z||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$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-08-08T05:44:31.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:44:31.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:44:31.485Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:44:31.488Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:44:31.493Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d3ce542c-6008-4140-b278-c582d549c2ae url= /sdc/v1/artifactTypes
2022-08-08T05:44:31.494Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:44:32.529Z||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.43.162] 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$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-08-08T05:44:32.529Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30c63b6e
2022-08-08T05:44:32.530Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:44:32.530Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:44:32.530Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:44:32.531Z||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$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-08-08T05:45:21.484Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:45:21.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:45:21.485Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:45:21.488Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:45:21.495Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b5d87988-f091-416d-8ddf-ba5d3049de70 url= /sdc/v1/artifactTypes
2022-08-08T05:45:21.495Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:45:22.546Z||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.43.162] 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$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-08-08T05:45:22.547Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@27c71cf6
2022-08-08T05:45:22.548Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:45:22.548Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:45:22.548Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:45:22.549Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at 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$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-08-08T05:46:11.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:46:11.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:46:11.486Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:46:11.488Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:46:11.494Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 80615073-b60c-46fe-bcb6-82f8a5c7da8b url= /sdc/v1/artifactTypes
2022-08-08T05:46:11.494Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:46:12.530Z||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.43.162] 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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-08-08T05:46:12.531Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f3fe679
2022-08-08T05:46:12.531Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:46:12.531Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:46:12.532Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:46:12.533Z||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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-08-08T05:47:01.487Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:47:01.488Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:47:01.490Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:47:01.494Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:47:01.501Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 68870045-a8e6-4b41-bb71-186e4e18abcb url= /sdc/v1/artifactTypes
2022-08-08T05:47:01.501Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:47:02.540Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.43.162] 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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-08-08T05:47:02.542Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d3e9f17
2022-08-08T05:47:02.542Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:47:02.543Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:47:02.543Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:47:02.544Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-08-08T05:47:51.484Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:47:51.485Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:47:51.485Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:47:51.490Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:47:51.496Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 06621394-9307-4823-ba76-f92647db087f url= /sdc/v1/artifactTypes
2022-08-08T05:47:51.496Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:47:52.527Z||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.43.162] 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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-08-08T05:47:52.528Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6360231b
2022-08-08T05:47:52.529Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:47:52.529Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:47:52.529Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:47:52.530Z||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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-08-08T05:48:41.484Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:48:41.486Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:48:41.486Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:48:41.490Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:48:41.500Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 629d1911-0534-4095-aa91-7a0b19495b37 url= /sdc/v1/artifactTypes
2022-08-08T05:48:41.500Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:48:42.544Z||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.43.162] 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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-08-08T05:48:42.544Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3da21944
2022-08-08T05:48:42.544Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:48:42.545Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:48:42.545Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:48:42.546Z||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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-08-08T05:49:31.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:49:31.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:49:31.485Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:49:31.488Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:49:31.494Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f012def7-3233-4a97-9ef7-ba2d2445ea94 url= /sdc/v1/artifactTypes
2022-08-08T05:49:31.495Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:49:32.563Z||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.43.162] 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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-08-08T05:49:32.564Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a5aee
2022-08-08T05:49:32.564Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:49:32.565Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:49:32.565Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:49:32.566Z||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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-08-08T05:50:21.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:50:21.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:50:21.484Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:50:21.487Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:50:21.493Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c0319faa-3e20-442c-a9b0-e6d1f9f207e7 url= /sdc/v1/artifactTypes
2022-08-08T05:50:21.494Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:50:22.514Z||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.43.162] 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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-08-08T05:50:22.515Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6feba2f0
2022-08-08T05:50:22.515Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:50:22.516Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:50:22.516Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:50:22.516Z||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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-08-08T05:51:11.485Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:51:11.488Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:51:11.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:51:11.495Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:51:11.504Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 10823a40-f075-40fb-bc2d-7a8a0b09855f url= /sdc/v1/artifactTypes
2022-08-08T05:51:11.504Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:51:12.528Z||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.43.162] 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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-08-08T05:51:12.529Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@52046db0
2022-08-08T05:51:12.529Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:51:12.530Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:51:12.530Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:51:12.530Z||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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-08-08T05:52:01.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:52:01.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:52:01.484Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:52:01.487Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:52:01.493Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9b68949c-9a89-4070-acad-7ff9bb1cbf44 url= /sdc/v1/artifactTypes
2022-08-08T05:52:01.494Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:52:02.512Z||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.43.162] 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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-08-08T05:52:02.513Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@59c1cdbe
2022-08-08T05:52:02.513Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:52:02.513Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:52:02.514Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:52:02.514Z||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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-08-08T05:52:51.484Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:52:51.485Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:52:51.486Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:52:51.489Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:52:51.496Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 85af8457-81de-40c1-9d4a-b5f7146ddf3a url= /sdc/v1/artifactTypes
2022-08-08T05:52:51.496Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:52:52.524Z||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.43.162] 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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-08-08T05:52:52.525Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d7597c6
2022-08-08T05:52:52.526Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:52:52.526Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:52:52.527Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:52:52.527Z||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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-08-08T05:53:37.938Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-08T05:53:41.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:53:41.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:53:41.484Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:53:41.487Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:53:41.493Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4a6be057-5dd7-4688-8bc7-52a15d03982a url= /sdc/v1/artifactTypes
2022-08-08T05:53:41.493Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:53:42.512Z||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.43.162] 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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-08-08T05:53:42.512Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2e194d38
2022-08-08T05:53:42.513Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:53:42.513Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:53:42.514Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:53:42.515Z||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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-08-08T05:54:31.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:54:31.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:54:31.485Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:54:31.487Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:54:31.493Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4648ae6a-7ef4-45a7-af06-94ef10426dba url= /sdc/v1/artifactTypes
2022-08-08T05:54:31.493Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:54:32.531Z||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.43.162] 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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-08-08T05:54:32.531Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5ede4eca
2022-08-08T05:54:32.532Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:54:32.532Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:54:32.532Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:54:32.533Z||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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-08-08T05:55:21.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:55:21.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:55:21.484Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:55:21.487Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:55:21.493Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f54ea1e6-8afc-43fc-9a8e-f64ca27b18e6 url= /sdc/v1/artifactTypes
2022-08-08T05:55:21.493Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:55:22.508Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.43.162] 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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-08-08T05:55:22.509Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55dc1750
2022-08-08T05:55:22.510Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:55:22.510Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:55:22.510Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:55:22.511Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-08-08T05:56:11.489Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:56:11.492Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:56:11.493Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:56:11.498Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:56:11.506Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c818798c-15c7-45d0-b294-adb40f6831d1 url= /sdc/v1/artifactTypes
2022-08-08T05:56:11.507Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:56:12.530Z||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.43.162] 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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-08-08T05:56:12.531Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d50fafa
2022-08-08T05:56:12.532Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-08T05:56:12.532Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-08T05:56:12.533Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-08T05:56:12.534Z||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.GeneratedMethodAccessor141.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$c48aa9f7.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-08-08T05:57:01.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-08T05:57:01.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-08T05:57:01.484Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-08T05:57:01.487Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-08T05:57:01.492Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dcab3552-8266-4009-8edf-193e50f1578c url= /sdc/v1/artifactTypes
2022-08-08T05:57:01.493Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-08T05:57:01.722Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-08T05:57:01.731Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-08-08T05:57:01.756Z||scheduling-1|||||DEBUG|500||create keys
2022-08-08T05:57:01.766Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-08T05:57:01.796Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T05:57:01.818Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= eb97f6f7-c624-4967-88c8-4cc2f5550881 url= /sdc/v1/registerForDistribution
2022-08-08T05:57:01.951Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= eb97f6f7-c624-4967-88c8-4cc2f5550881 url= /sdc/v1/registerForDistribution
2022-08-08T05:57:01.951Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-08T05:57:01.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T05:57:01.980Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-08T05:57:01.980Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T05:57:01.981Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T05:57:01.981Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T05:57:01.982Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T05:57:01.983Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T05:57:12.355Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T05:57:12.369Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T05:58:01.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T05:58:01.965Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T05:58:01.966Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T05:58:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T05:58:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T05:58:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T05:58:11.524Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T05:58:11.533Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T05:59:01.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T05:59:01.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T05:59:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T05:59:01.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T05:59:01.973Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T05:59:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T05:59:11.528Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T05:59:11.532Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:00:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:00:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:00:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:00:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:00:01.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:00:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:00:11.564Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:00:11.572Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:01:01.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:01:01.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:01:01.961Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:01:01.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:01:01.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:01:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:01:11.517Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:01:11.519Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:02:01.961Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:02:01.963Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:02:01.963Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:02:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:02:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:02:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:02:11.525Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:02:11.529Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:03:01.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:03:01.960Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:03:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:03:01.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:03:01.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:03:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:03:11.520Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:03:11.525Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:04:01.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:04:01.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:04:01.961Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:04:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:04:01.974Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:04:01.974Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:04:11.528Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:04:11.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:05:01.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:05:01.960Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:05:01.961Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:05:01.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:05:01.972Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:05:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:05:11.547Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:05:11.548Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:06:01.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:06:01.960Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:06:01.960Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:06:01.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:06:01.972Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:06:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:06:11.522Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:06:11.525Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:07:01.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:07:01.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:07:01.961Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:07:01.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:07:01.972Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:07:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:07:11.517Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:07:11.523Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:08:01.960Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:08:01.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:08:01.961Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:08:01.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:08:01.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:08:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:08:11.512Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:08:11.515Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:09:01.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:09:01.962Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:09:01.962Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:09:01.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:09:01.975Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:09:01.975Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:09:11.523Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:09:11.525Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:10:01.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:10:01.960Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:10:01.960Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:10:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:10:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:10:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:10:11.532Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:10:11.532Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:11:01.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:11:01.960Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:11:01.960Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:11:01.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:11:01.972Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:11:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:11:11.516Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:11:11.517Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:12:01.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:12:01.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:12:01.961Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:12:01.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:12:01.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:12:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:12:11.528Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:12:11.531Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:13:01.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:13:01.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:13:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:13:01.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:13:01.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:13:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:13:11.532Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:13:11.538Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:14:01.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:14:01.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:14:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:14:01.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:14:01.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:14:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:14:11.565Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:14:11.569Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:15:01.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:15:01.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:15:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:15:01.973Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:15:01.974Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:15:01.974Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:15:11.511Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:15:11.535Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:16:01.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:16:01.963Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:16:01.963Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:16:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:16:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:16:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:16:11.520Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:16:11.551Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:17:01.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:17:01.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:17:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:17:01.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:17:01.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:17:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:17:11.524Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:17:11.526Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:18:01.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:18:01.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:18:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:18:01.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:18:01.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:18:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:18:11.529Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:18:11.534Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:19:01.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:19:01.959Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:19:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:19:01.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:19:01.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:19:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:19:11.511Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:19:11.521Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:20:01.961Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:20:01.963Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:20:01.964Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:20:01.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:20:01.972Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:20:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:20:11.586Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:20:11.596Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:21:01.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:21:01.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:21:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:21:01.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:21:01.972Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:21:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:21:11.525Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:21:11.540Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:22:01.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:22:01.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:22:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:22:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:22:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:22:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:22:11.529Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:22:11.531Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:23:01.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:23:01.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:23:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:23:01.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:23:01.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:23:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:23:11.537Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:23:11.561Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:24:01.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:24:01.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:24:01.961Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:24:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:24:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:24:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:24:11.545Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:24:11.545Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:25:01.960Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:25:01.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:25:01.961Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:25:01.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:25:01.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:25:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:25:11.512Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:25:11.516Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:26:01.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:26:01.960Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:26:01.960Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:26:01.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:26:01.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:26:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:26:11.533Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:26:11.533Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:27:01.959Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:27:01.959Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:27:01.960Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:27:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:27:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:27:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:27:11.546Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:27:11.546Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:28:01.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:28:01.964Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:28:01.965Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:28:01.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:28:01.972Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:28:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:28:11.536Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:28:11.538Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:29:01.959Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:29:01.960Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:29:01.960Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:29:01.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:29:01.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:29:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:29:11.506Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:29:11.528Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:30:01.959Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:30:01.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:30:01.961Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:30:01.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:30:01.972Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:30:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:30:11.546Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:30:11.546Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:31:01.959Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:31:01.960Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:31:01.961Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:31:01.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:31:01.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:31:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:31:11.533Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:31:11.533Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:32:01.959Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:32:01.960Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:32:01.960Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:32:01.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:32:01.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:32:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:32:11.561Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:32:11.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:33:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:33:01.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:33:01.961Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:33:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:33:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:33:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:33:11.513Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:33:11.537Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:34:01.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:34:01.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:34:01.960Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:34:01.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:34:01.974Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:34:01.974Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:34:11.528Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:34:11.531Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:35:01.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:35:01.961Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:35:01.962Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:35:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:35:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:35:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:35:11.535Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:35:11.540Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:36:01.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:36:01.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:36:01.960Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:36:01.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:36:01.972Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:36:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:36:11.528Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:36:11.531Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:37:01.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:37:01.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:37:01.960Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:37:01.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:37:01.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:37:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:37:11.525Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:37:11.530Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:38:01.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:38:01.961Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:38:01.961Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:38:01.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:38:01.972Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:38:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:38:11.557Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:38:11.559Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:39:01.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:39:01.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:39:01.960Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:39:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:39:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:39:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:39:11.511Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:39:11.511Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:40:01.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:40:01.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:40:01.961Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:40:01.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:40:01.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:40:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:40:11.525Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:40:11.525Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:41:01.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:41:01.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:41:01.960Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:41:01.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:41:01.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:41:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:41:11.532Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:41:11.554Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:42:01.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:42:01.962Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:42:01.962Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:42:01.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:42:01.972Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:42:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:42:11.524Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:42:11.528Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:43:01.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:43:01.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:43:01.960Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:43:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:43:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:43:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:43:11.519Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:43:11.519Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:44:01.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:44:01.960Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:44:01.960Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:44:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:44:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:44:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:44:11.539Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:44:11.541Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:45:01.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:45:01.960Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:45:01.960Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:45:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:45:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:45:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:45:11.533Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:45:11.534Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:46:01.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:46:01.960Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:46:01.960Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:46:01.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:46:01.972Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:46:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:46:11.518Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:46:11.520Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:47:01.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:47:01.962Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:47:01.962Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:47:01.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:47:01.973Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:47:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:47:11.521Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:47:11.523Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:48:01.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:48:01.963Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:48:01.963Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:48:01.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:48:01.972Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:48:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:48:11.527Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:48:11.528Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:49:01.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:49:01.959Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:49:01.960Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:49:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:49:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:49:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:49:11.508Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:49:11.529Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:50:01.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:50:01.960Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:50:01.960Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:50:01.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:50:01.972Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:50:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:50:11.514Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:50:11.539Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:51:01.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:51:01.960Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:51:01.960Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:51:01.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:51:01.973Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:51:01.974Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:51:11.510Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:51:11.518Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:52:01.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:52:01.961Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:52:01.962Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:52:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:52:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:52:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:52:11.528Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:52:11.530Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:53:01.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:53:01.960Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:53:01.961Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:53:01.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:53:01.972Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:53:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:53:11.530Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:53:11.530Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:54:01.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:54:01.963Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:54:01.964Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:54:01.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:54:01.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:54:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:54:11.518Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:54:11.525Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:55:01.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:55:01.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:55:01.960Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:55:01.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:55:01.972Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:55:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:55:11.528Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:55:11.530Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:56:01.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:56:01.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:56:01.960Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:56:01.973Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:56:01.974Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:56:01.974Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:56:11.526Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:56:11.564Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:57:01.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:57:01.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:57:01.960Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:57:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:57:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:57:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:57:11.514Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:57:11.524Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:58:01.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:58:01.962Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:58:01.962Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:58:01.973Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:58:01.974Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:58:01.974Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:58:11.545Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:58:11.546Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:59:01.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:59:01.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:59:01.960Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T06:59:01.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T06:59:01.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T06:59:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T06:59:11.539Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T06:59:11.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:00:01.960Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:00:01.964Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:00:01.964Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:00:01.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:00:01.972Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:00:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:00:11.542Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:00:11.542Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:01:01.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:01:01.962Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:01:01.962Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:01:01.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:01:01.972Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:01:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:01:11.529Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:01:11.537Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:02:01.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:02:01.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:02:01.960Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:02:01.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:02:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:02:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:02:11.522Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:02:11.541Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:03:01.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:03:01.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:03:01.960Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vkGyok14KwHm0i1V) ...
2022-08-08T07:03:01.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:03:01.972Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:03:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:03:11.525Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:03:11.525Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:04:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:04:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:04:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:04:01.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:04:01.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:04:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:04:11.533Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:04:11.540Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:05:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:05:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:05:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:05:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:05:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:05:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:05:11.519Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:05:11.521Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:06:01.960Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:06:01.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:06:01.968Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:06:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:06:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:06:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:06:11.536Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:06:11.536Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:07:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:07:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:07:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:07:01.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:07:01.972Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:07:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:07:11.525Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:07:11.533Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:08:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:08:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:08:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:08:01.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:08:01.972Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:08:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:08:11.530Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:08:11.533Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:09:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:09:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:09:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:09:01.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:09:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:09:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:09:11.527Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:09:11.530Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:10:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:10:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:10:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:10:01.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:10:01.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:10:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:10:11.539Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:10:11.539Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:11:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:11:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:11:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:11:02.040Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:11:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:11:02.040Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:11:11.594Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:11:11.594Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:12:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:12:01.963Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:12:01.963Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:12:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:12:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:12:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:12:11.528Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:12:11.531Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:13:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:13:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:13:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:13:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:13:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:13:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:13:11.509Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:13:11.520Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:14:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:14:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:14:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:14:01.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:14:01.972Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:14:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:14:11.513Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:14:11.528Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:15:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:15:01.959Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:15:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:15:01.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:15:01.972Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:15:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:15:11.541Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:15:11.542Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:16:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:16:01.959Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:16:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:16:01.972Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:16:01.973Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:16:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:16:11.515Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:16:11.516Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:17:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:17:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:17:01.961Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:17:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:17:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:17:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:17:11.523Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:17:11.527Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:18:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:18:01.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:18:01.961Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:18:01.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:18:01.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:18:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:18:11.522Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:18:11.523Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:19:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:19:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:19:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:19:01.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:19:01.972Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:19:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:19:11.516Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:19:11.520Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:20:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:20:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:20:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:20:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:20:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:20:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:20:11.516Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:20:11.516Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:21:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:21:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:21:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:21:01.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:21:01.972Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:21:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:21:11.525Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:21:11.537Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:22:01.960Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:22:01.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:22:01.961Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:22:01.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:22:01.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:22:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:22:11.529Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:22:11.541Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:23:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:23:01.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:23:01.962Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:23:01.973Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:23:01.974Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:23:01.974Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:23:11.519Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:23:11.519Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:24:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:24:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:24:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:24:01.973Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:24:01.974Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:24:01.974Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:24:11.519Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:24:11.547Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:25:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:25:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:25:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:25:01.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:25:01.972Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:25:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:25:11.540Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:25:11.540Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:26:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:26:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:26:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:26:01.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:26:01.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:26:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:26:11.520Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:26:11.523Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:27:01.960Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:27:01.964Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:27:01.964Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:27:01.973Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:27:01.974Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:27:01.974Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:27:11.538Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:27:11.575Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:28:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:28:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:28:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:28:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:28:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:28:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:28:11.532Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:28:11.533Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:29:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:29:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:29:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:29:01.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:29:01.972Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:29:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:29:11.562Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:29:11.582Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:30:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:30:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:30:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:30:01.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:30:01.972Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:30:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:30:11.504Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:30:11.527Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:31:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:31:01.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:31:01.960Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:31:01.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:31:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:31:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:31:11.515Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:31:11.533Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:32:01.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:32:01.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:32:01.961Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:32:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:32:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:32:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:32:02.127Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:32:02.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "aai-ml",
  "timestamp": 1659943890763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943890546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "cds",
  "timestamp": 1659943886866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943890546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T07:32:02.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "aai-ml",
  "timestamp": 1659943890763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "policy-id",
  "timestamp": 1659943893294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "cds",
  "timestamp": 1659943886866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943890546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T07:32:02.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "policy-id",
  "timestamp": 1659943893294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "aai-ml",
  "timestamp": 1659943890763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "cds",
  "timestamp": 1659943886866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659943895342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943890546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "aai-ml",
  "timestamp": 1659943890763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "policy-id",
  "timestamp": 1659943893294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T07:32:02.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "cds",
  "timestamp": 1659943886866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659943895342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "policy-id",
  "timestamp": 1659943893294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943890546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-08T07:32:02.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "aai-ml",
  "timestamp": 1659943890763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "cds",
  "timestamp": 1659943886866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659943895342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "policy-id",
  "timestamp": 1659943893294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943890546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "aai-ml",
  "timestamp": 1659943890763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "cds",
  "timestamp": 1659943886866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659943895342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "policy-id",
  "timestamp": 1659943893294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943890546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:32:02.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "aai-ml",
  "timestamp": 1659943890763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:32:02.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "cds",
  "timestamp": 1659943886866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:32:02.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659943895342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "policy-id",
  "timestamp": 1659943893294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:32:02.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943900606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:32:02.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:32:02.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "cds",
  "timestamp": 1659943900249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:32:02.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:32:02.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "aai-ml",
  "timestamp": 1659943900455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:32:02.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:32:02.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659943895342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "policy-id",
  "timestamp": 1659943901205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:32:02.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:32:02.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "cds",
  "timestamp": 1659943901275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:32:02.471Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6fa31f74-7d83-4886-aefe-f358eb4e2efd
2022-08-08T07:32:02.501Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6fa31f74-7d83-4886-aefe-f358eb4e2efd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:32:02.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943901820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:32:02.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:32:02.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659943895342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:32:02.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "policy-id",
  "timestamp": 1659943902219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:32:02.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:32:02.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943903135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:32:02.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:32:02.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "policy-id",
  "timestamp": 1659943903225,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:32:02.551Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6fa31f74-7d83-4886-aefe-f358eb4e2efd
2022-08-08T07:32:02.551Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6fa31f74-7d83-4886-aefe-f358eb4e2efd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:32:02.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943904195,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:32:02.574Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6fa31f74-7d83-4886-aefe-f358eb4e2efd
2022-08-08T07:32:02.574Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6fa31f74-7d83-4886-aefe-f358eb4e2efd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-08T07:32:02.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943905200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T07:32:02.585Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:32:02.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "aai-ml",
  "timestamp": 1659943920825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:32:02.586Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:32:02.628Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:32:02.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-08T07:32:02.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6fa31f74-7d83-4886-aefe-f358eb4e2efd","serviceName":"vFW 2022-08-08 07-28-59","serviceVersion":"1.0","serviceUUID":"3edfbceb-040f-435e-aac1-40b73292ce17","serviceDescription":"catalog service description","serviceInvariantUUID":"41a6ba04-212e-480a-9a6b-2181749ae9c6","resources":[{"resourceInstanceName":"vFW 89e7c5f9-540c 0","resourceName":"vFW 89e7c5f9-540c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2cf31b92-4871-4ace-aa58-1e8210870e59","resourceInvariantUUID":"5357ac9f-243f-4dfa-9a44-d2cd82ca5154","resourceCustomizationUUID":"4c1704c0-f4d1-467c-ad2c-47b6cb341744","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vf-license-model.xml","artifactChecksum":"OWRiMTU5ZTIzYzVmNmE2NTZjZjY1Y2Y3YjA2NmJkZjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0821d50f-7693-47ed-888f-edc10829b96e","artifactVersion":"1"},{"artifactName":"vfw89e7c5f9540c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json","artifactChecksum":"OGNiOWRlOTE5OGUyNDUzYjYxYzQ0NmQ5MmJiOGRkYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"21a81979-06eb-4e75-86fe-757d58d8e01e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12ffb5ee-0f90-407b-a5a1-29e1d4fa6dae","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vendor-license-model.xml","artifactChecksum":"YTQ5YTk0MDRiYzZkMGRjN2EwNjFiMjIxYjhkNjNhMTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76b72605-909b-4423-83c6-9ba85c8e18df","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"54e3de47-3c65-416d-8d73-1121b62a0900","artifactVersion":"2","generatedFromUUID":"12ffb5ee-0f90-407b-a5a1-29e1d4fa6dae"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220808072859-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-template.yml","artifactChecksum":"NmVmZWNkMzJlMzJjMmFlYzAwZDhiYTEyNWM4NjdhMWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"17e28498-ab36-4cee-ad69-8809e415cdbf","artifactVersion":"1"},{"artifactName":"service-Vfw20220808072859-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar","artifactChecksum":"ZGNiYmJjNDhjODYzN2U4Y2Q0OGI0MmFiYzU4MGU3MWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dd1a2f48-2746-497f-80e8-e1c17ce53411","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-08T07:32:02.637Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:32:02.644Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:02.655Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:02.655Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943921959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:02.755Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-08T07:32:02.759Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:02.759Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:02.806Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:32:02.807Z||pool-3-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:03.662Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:32:03.663Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:03.665Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:03.665Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943921959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T07:32:03.765Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:32:03.766Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:03.767Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:03.802Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:32:03.803Z||pool-4-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:04.665Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:32:04.667Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:04.669Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:04.669Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943921959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T07:32:04.769Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:32:04.770Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:04.771Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:04.794Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:32:04.795Z||pool-5-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:05.670Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:32:05.671Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:05.673Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:05.673Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943921959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:05.773Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:32:05.774Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:05.775Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:05.792Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:32:05.793Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:32:06.674Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:32:06.675Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:06.677Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:06.677Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943921959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-08T07:32:06.777Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:32:06.778Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:06.778Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:06.791Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:32:06.791Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:07.678Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:32:07.678Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:07.680Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:07.680Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943921959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:32:07.780Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:32:07.781Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:07.781Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:07.797Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:32:07.797Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:08.681Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:32:08.682Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:08.684Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:08.684Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943921959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:32:08.784Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:32:08.785Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:08.785Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:08.799Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:32:08.799Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:09.687Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "serviceName": "vFW 2022-08-08 07-28-59",
  "serviceVersion": "1.0",
  "serviceUUID": "3edfbceb-040f-435e-aac1-40b73292ce17",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "41a6ba04-212e-480a-9a6b-2181749ae9c6",
  "resources": [
    {
      "resourceInstanceName": "vFW 89e7c5f9-540c 0",
      "resourceCustomizationUUID": "4c1704c0-f4d1-467c-ad2c-47b6cb341744",
      "resourceName": "vFW 89e7c5f9-540c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2cf31b92-4871-4ace-aa58-1e8210870e59",
      "resourceInvariantUUID": "5357ac9f-243f-4dfa-9a44-d2cd82ca5154",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw89e7c5f9540c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
          "artifactChecksum": "OGNiOWRlOTE5OGUyNDUzYjYxYzQ0NmQ5MmJiOGRkYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "21a81979-06eb-4e75-86fe-757d58d8e01e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "12ffb5ee-0f90-407b-a5a1-29e1d4fa6dae",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "54e3de47-3c65-416d-8d73-1121b62a0900",
            "generatedFromUUID": "12ffb5ee-0f90-407b-a5a1-29e1d4fa6dae"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "54e3de47-3c65-416d-8d73-1121b62a0900",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220808072859-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
      "artifactChecksum": "ZGNiYmJjNDhjODYzN2U4Y2Q0OGI0MmFiYzU4MGU3MWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dd1a2f48-2746-497f-80e8-e1c17ce53411"
    }
  ],
  "workloadContext": "Production"
}
2022-08-08T07:32:09.688Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-08T07:32:09.689Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3edfbceb-040f-435e-aac1-40b73292ce17 ASDC
2022-08-08T07:32:09.850Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:6fa31f74-7d83-4886-aefe-f358eb4e2efd
ServiceName:vFW 2022-08-08 07-28-59
ServiceVersion:1.0
ServiceUUID:3edfbceb-040f-435e-aac1-40b73292ce17
ServiceInvariantUUID:41a6ba04-212e-480a-9a6b-2181749ae9c6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220808072859-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar
ArtifactUUID:dd1a2f48-2746-497f-80e8-e1c17ce53411
ArtifactChecksum:ZGNiYmJjNDhjODYzN2U4Y2Q0OGI0MmFiYzU4MGU3MWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 89e7c5f9-540c 0
ResourceCustomizationUUID:4c1704c0-f4d1-467c-ad2c-47b6cb341744
ResourceInvariantUUID:5357ac9f-243f-4dfa-9a44-d2cd82ca5154
ResourceName:vFW 89e7c5f9-540c
ResourceType:VF
ResourceUUID:2cf31b92-4871-4ace-aa58-1e8210870e59
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw89e7c5f9540c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json
ArtifactUUID:21a81979-06eb-4e75-86fe-757d58d8e01e
ArtifactChecksum:OGNiOWRlOTE5OGUyNDUzYjYxYzQ0NmQ5MmJiOGRkYTM=
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/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml
ArtifactUUID:12ffb5ee-0f90-407b-a5a1-29e1d4fa6dae
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/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env
ArtifactUUID:54e3de47-3c65-416d-8d73-1121b62a0900
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/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env
ArtifactUUID:54e3de47-3c65-416d-8d73-1121b62a0900
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-08T07:32:09.850Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3edfbceb-040f-435e-aac1-40b73292ce17 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T07:32:09.929Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T07:32:09.930Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:32:09.932Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:32:09.932Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dd1a2f48-2746-497f-80e8-e1c17ce53411 from URL: /sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:09.932Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:32:09.934Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:10.187Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:32:10.213Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar dd1a2f48-2746-497f-80e8-e1c17ce53411 103014
2022-08-08T07:32:10.219Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar ASDC sendASDCNotification
2022-08-08T07:32:10.219Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:10.220Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:32:10.222Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:10.224Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:10.225Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943930218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:32:10.325Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:32:10.326Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:10.326Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:10.345Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:32:10.346Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:11.225Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T07:32:11.226Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:32:11.227Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: dd1a2f48-2746-497f-80e8-e1c17ce53411, URL: /sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar to file: /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:11.228Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220808072859-csar.csar
2022-08-08T07:32:11.314Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:11.314Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:12.182Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP177572183046604530/Definitions/service-Vfw20220808072859-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-08-08T07:32:14.855Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-08T07:32:14.860Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T07:32:14.860Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.860Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-08T07:32:14.861Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||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-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.861Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||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-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.861Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||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-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.861Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.861Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.861Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||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-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.861Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||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-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.861Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||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-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.862Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.862Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||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-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.862Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.862Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.862Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 89e7c5f9-540c 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-Vfw20220808072859-csar.csar
2022-08-08T07:32:14.862Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T07:32:14.869Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:14.870Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:14.874Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is matching search criteria
2022-08-08T07:32:14.875Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T07:32:14.876Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 89e7c5f9-540c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T07:32:14.878Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:14.879Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:14.879Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is matching search criteria
2022-08-08T07:32:14.879Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T07:32:14.879Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 89e7c5f9-540c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T07:32:14.880Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:14.880Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:14.883Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:14.884Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is not matching search criteria
2022-08-08T07:32:14.884Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T07:32:14.884Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T07:32:14.884Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T07:32:14.884Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:14.884Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.885Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T07:32:14.885Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.885Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T07:32:14.885Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T07:32:14.885Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.885Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:14.885Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T07:32:14.886Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:14.886Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T07:32:14.886Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.886Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-08T07:32:14.886Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:14.886Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-08T07:32:14.888Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:14.888Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is matching search criteria
2022-08-08T07:32:14.888Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 89e7c5f9-540c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:32:14.888Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:14.888Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is matching search criteria
2022-08-08T07:32:14.889Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 89e7c5f9-540c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:32:14.889Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:14.889Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is matching search criteria
2022-08-08T07:32:14.889Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 89e7c5f9-540c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:32:14.889Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:14.890Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is not matching search criteria
2022-08-08T07:32:14.890Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T07:32:14.890Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T07:32:14.890Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-08T07:32:14.890Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T07:32:14.890Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T07:32:14.891Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.891Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:14.891Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T07:32:14.891Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:14.891Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T07:32:14.891Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.892Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1f0cb18b-a61c-4e99-93aa-cac95694523b
2022-08-08T07:32:14.892Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:14.892Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is not matching search criteria
2022-08-08T07:32:14.892Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T07:32:14.892Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T07:32:14.892Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T07:32:14.893Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:14.893Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.893Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T07:32:14.893Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.893Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-08T07:32:14.893Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T07:32:14.893Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:14.894Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T07:32:14.894Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.894Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cf21ceb5-6477-4972-8434-20f5bc0944c7
2022-08-08T07:32:14.894Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:14.894Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is not matching search criteria
2022-08-08T07:32:14.895Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T07:32:14.895Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T07:32:14.895Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T07:32:14.895Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:14.895Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.895Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T07:32:14.895Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.896Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T07:32:14.896Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T07:32:14.896Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:32:14.896Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:14.896Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-08T07:32:14.896Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=df6b43cd-048e-4232-9585-623177d035f9
2022-08-08T07:32:14.897Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:14.897Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:14.897Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:14.897Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:14.897Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:14.897Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:14.898Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:14.898Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:14.898Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-08 07-28-59
Description:catalog service description
Model UUID:3edfbceb-040f-435e-aac1-40b73292ce17
Model Version:NULL
Model InvariantUuid:41a6ba04-212e-480a-9a6b-2181749ae9c6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 89e7c5f9-540c
Model UUID:a489867b-ec9c-40ee-867e-63c9adbeba8e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5357ac9f-243f-4dfa-9a44-d2cd82ca5154
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4c1704c0-f4d1-467c-ad2c-47b6cb341744
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4197cad0-c518-4a8a-873e-dca548f0586e
ModelName:Vfw89e7c5f9540c..base_vfw..module-0
ModelUuid:7f268a32-77c1-453a-b683-22176e8a6fc5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1f0cb18b-a61c-4e99-93aa-cac95694523b
ModelInvariantUuid:d6714ce5-a049-4b0f-b807-3357d198635f
ModelName:vFW 89e7c5f9-540c-nodes.vfwCvfc
ModelUuid:9855c3c2-c70f-4d42-8d19-336f0f67dbc6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:75d2375c-5616-4180-8e00-3429b620108e
ModelInvariantUuid:7174f5ef-22d9-4f6d-8151-19e08bb26124
ModelName:Vfw89e7c5f9540c.compute.nodes.heat.vfw
ModelUuid:ebc9944b-7029-43ed-9c6e-fab1ffdb2dda
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cf21ceb5-6477-4972-8434-20f5bc0944c7
ModelInvariantUuid:ed1b8474-f16e-41f7-b04b-bde9024eb9ad
ModelName:vFW 89e7c5f9-540c-nodes.vsnCvfc
ModelUuid:d465a69a-ea76-4e05-b48f-6157ed49bc1d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:1f9f523a-0394-49e3-8d99-cd29b56417d8
ModelInvariantUuid:85810cd3-89c8-463d-80bd-6f717793e371
ModelName:Vfw89e7c5f9540c.compute.nodes.heat.vsn
ModelUuid:de83e22c-a16f-4490-9ec0-536701922ea7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:df6b43cd-048e-4232-9585-623177d035f9
ModelInvariantUuid:e2f25962-5f1d-41fa-8873-6040706d6722
ModelName:vFW 89e7c5f9-540c-nodes.vpgCvfc
ModelUuid:3045b7d2-b89b-493b-aed9-86246b3e72ac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:4e9b801a-6f08-463d-b77b-dfd394f6b742
ModelInvariantUuid:aef18a78-a422-4d0f-82c4-335341703397
ModelName:Vfw89e7c5f9540c.compute.nodes.heat.vpg
ModelUuid:c0591eac-9df3-4fe9-9a8e-850d1c0539e5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-08T07:32:14.916Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 2cf31b92-4871-4ace-aa58-1e8210870e59
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:32:15.010Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||vFW 89e7c5f9-540c 0
2022-08-08T07:32:15.016Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2cf31b92-4871-4ace-aa58-1e8210870e59
2022-08-08T07:32:15.017Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 21a81979-06eb-4e75-86fe-757d58d8e01e from URL: /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json
2022-08-08T07:32:15.017Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:32:15.017Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json
2022-08-08T07:32:15.115Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:32:15.116Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json 21a81979-06eb-4e75-86fe-757d58d8e01e 785
2022-08-08T07:32:15.116Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json ASDC sendASDCNotification
2022-08-08T07:32:15.116Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json
2022-08-08T07:32:15.116Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:32:15.117Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:15.118Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:15.119Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943935116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:32:15.219Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:32:15.220Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:15.220Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:15.235Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:32:15.236Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:16.120Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw89e7c5f9540c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4197cad0-c518-4a8a-873e-dca548f0586e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7f268a32-77c1-453a-b683-22176e8a6fc5",
    "vfModuleModelCustomizationUUID": "5298751f-9c79-41a3-aeb0-c112af123d60",
    "isBase": true,
    "artifacts": [
      "12ffb5ee-0f90-407b-a5a1-29e1d4fa6dae",
      "54e3de47-3c65-416d-8d73-1121b62a0900"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-08T07:32:16.134Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw89e7c5f9540c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7f268a32-77c1-453a-b683-22176e8a6fc5
VfModuleModelInvariantUUID:4197cad0-c518-4a8a-873e-dca548f0586e
VfModuleModelDescription:NULL
Artifacts UUID List:{
12ffb5ee-0f90-407b-a5a1-29e1d4fa6dae
,
54e3de47-3c65-416d-8d73-1121b62a0900

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

isBase:true


}

2022-08-08T07:32:16.136Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw89e7c5f9540c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4197cad0-c518-4a8a-873e-dca548f0586e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7f268a32-77c1-453a-b683-22176e8a6fc5",
    "vfModuleModelCustomizationUUID": "5298751f-9c79-41a3-aeb0-c112af123d60",
    "isBase": true,
    "artifacts": [
      "12ffb5ee-0f90-407b-a5a1-29e1d4fa6dae",
      "54e3de47-3c65-416d-8d73-1121b62a0900"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-08T07:32:16.136Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw89e7c5f9540c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7f268a32-77c1-453a-b683-22176e8a6fc5
VfModuleModelInvariantUUID:4197cad0-c518-4a8a-873e-dca548f0586e
VfModuleModelDescription:NULL
Artifacts UUID List:{
12ffb5ee-0f90-407b-a5a1-29e1d4fa6dae
,
54e3de47-3c65-416d-8d73-1121b62a0900

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

isBase:true


}

2022-08-08T07:32:16.137Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 12ffb5ee-0f90-407b-a5a1-29e1d4fa6dae from URL: /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml
2022-08-08T07:32:16.137Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:32:16.137Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml
2022-08-08T07:32:16.275Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:32:16.276Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml 12ffb5ee-0f90-407b-a5a1-29e1d4fa6dae 20368
2022-08-08T07:32:16.276Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-08T07:32:16.276Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml
2022-08-08T07:32:16.276Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:32:16.276Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:16.278Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:16.278Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943936276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:32:16.378Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:32:16.379Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:16.379Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:16.394Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:32:16.394Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:32:17.279Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 54e3de47-3c65-416d-8d73-1121b62a0900 from URL: /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env
2022-08-08T07:32:17.279Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:32:17.280Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env
2022-08-08T07:32:17.666Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:32:17.666Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env 54e3de47-3c65-416d-8d73-1121b62a0900 2098
2022-08-08T07:32:17.667Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-08T07:32:17.667Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env
2022-08-08T07:32:17.667Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:32:17.667Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:17.669Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:17.669Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943937666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:32:17.769Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:32:17.770Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:17.770Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:17.784Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:32:17.785Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:18.670Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3edfbceb-040f-435e-aac1-40b73292ce17
2022-08-08T07:32:18.671Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 89e7c5f9-540c 0 2cf31b92-4871-4ace-aa58-1e8210870e59 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:32:18.715Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5dd01f0d, org.onap.sdc.toscaparser.api.parameters.Input@5c14e097, org.onap.sdc.toscaparser.api.parameters.Input@7c307a7c, org.onap.sdc.toscaparser.api.parameters.Input@21c5af43, org.onap.sdc.toscaparser.api.parameters.Input@7c30e401]
2022-08-08T07:32:18.720Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:18.720Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:18.721Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-08-08T07:32:18.721Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 4c1704c0-f4d1-467c-ad2c-47b6cb341744
2022-08-08T07:32:18.721Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4c1704c0-f4d1-467c-ad2c-47b6cb341744 matches Tosca VF Customization UUID: 4c1704c0-f4d1-467c-ad2c-47b6cb341744
2022-08-08T07:32:18.721Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 4c1704c0-f4d1-467c-ad2c-47b6cb341744  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-08T07:32:18.729Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:18.729Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:18.730Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 4c1704c0-f4d1-467c-ad2c-47b6cb341744: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-08-08T07:32:18.731Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3017fb62
2022-08-08T07:32:18.731Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:18.731Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-08T07:32:18.732Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5298751f-9c79-41a3-aeb0-c112af123d60
2022-08-08T07:32:18.733Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5298751f-9c79-41a3-aeb0-c112af123d60
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-08T07:32:18.740Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:18.740Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is matching search criteria
2022-08-08T07:32:18.740Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 89e7c5f9-540c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:32:18.741Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:18.741Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is matching search criteria
2022-08-08T07:32:18.742Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 89e7c5f9-540c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:32:18.742Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:18.742Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is not matching search criteria
2022-08-08T07:32:18.742Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T07:32:18.743Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T07:32:18.743Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-08T07:32:18.743Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T07:32:18.743Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T07:32:18.743Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:32:18.743Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:18.744Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T07:32:18.744Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:18.744Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T07:32:18.744Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:32:18.745Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1f0cb18b-a61c-4e99-93aa-cac95694523b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-08T07:32:18.755Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:18.756Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is matching search criteria
2022-08-08T07:32:18.756Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 89e7c5f9-540c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:32:18.756Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:18.757Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is not matching search criteria
2022-08-08T07:32:18.757Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T07:32:18.757Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T07:32:18.758Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T07:32:18.758Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:18.758Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:32:18.758Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T07:32:18.759Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:32:18.759Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-08T07:32:18.759Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T07:32:18.759Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:18.760Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T07:32:18.760Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:32:18.760Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cf21ceb5-6477-4972-8434-20f5bc0944c7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-08T07:32:18.762Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:18.763Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is matching search criteria
2022-08-08T07:32:18.763Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 89e7c5f9-540c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:32:18.766Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:18.766Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is not matching search criteria
2022-08-08T07:32:18.766Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T07:32:18.766Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T07:32:18.767Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T07:32:18.767Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:18.767Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:32:18.767Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T07:32:18.768Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:32:18.768Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T07:32:18.768Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T07:32:18.768Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:32:18.769Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T07:32:18.769Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-08T07:32:18.769Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=df6b43cd-048e-4232-9585-623177d035f9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-08T07:32:18.771Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:18.772Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is matching search criteria
2022-08-08T07:32:18.772Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 89e7c5f9-540c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:32:18.772Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:18.772Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Node template vFW 89e7c5f9-540c 0 is matching search criteria
2022-08-08T07:32:18.773Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 89e7c5f9-540c 0] matching following query criteria: sdcType=VF, customizationUUID=4c1704c0-f4d1-467c-ad2c-47b6cb341744
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:32:18.775Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:18.775Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:18.775Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3edfbceb-040f-435e-aac1-40b73292ce17: vFW 89e7c5f9-540c
2022-08-08T07:32:18.775Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:18.776Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:18.776Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:18.776Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:18.776Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:18.777Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:18.777Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:18.777Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:18.778Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:32:18.778Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-28-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:32:18.778Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-08-08 07-28-59 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:32:19.059Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 89e7c5f9-540c 2cf31b92-4871-4ace-aa58-1e8210870e59 1 ASDC deployResourceStructure
2022-08-08T07:32:19.060Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json ASDC sendASDCNotification
2022-08-08T07:32:19.060Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json
2022-08-08T07:32:19.060Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:32:19.060Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:19.062Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:19.062Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943939060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T07:32:19.162Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:32:19.163Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:19.164Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:19.181Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:32:19.182Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:32:20.064Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-08T07:32:20.064Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml
2022-08-08T07:32:20.064Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:32:20.064Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:20.066Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:20.067Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943940064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-08T07:32:20.166Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:32:20.168Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:20.168Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:20.194Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:32:20.195Z||pool-15-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:21.068Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-08T07:32:21.068Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env
2022-08-08T07:32:21.068Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:32:21.068Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:21.070Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:21.070Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943941067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-08T07:32:21.170Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:32:21.171Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:21.172Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:21.185Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:32:21.186Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:22.071Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar ASDC sendASDCNotification
2022-08-08T07:32:22.072Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar
2022-08-08T07:32:22.072Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:32:22.072Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:32:22.074Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:32:22.074Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943942071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:32:22.174Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:32:22.175Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:32:22.175Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:32:22.195Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:32:22.195Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:32:23.075Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:32:23.102Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:32:23.105Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:32:23.105Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:32:23.105Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:32:53.106Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:32:53.130Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:32:53.133Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:32:53.133Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:32:53.133Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:33:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:33:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:33:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:33:02.023Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:33:02.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:33:02.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "aai-ml",
  "timestamp": 1659943921832,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:33:02.034Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6fa31f74-7d83-4886-aefe-f358eb4e2efd
2022-08-08T07:33:02.034Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6fa31f74-7d83-4886-aefe-f358eb4e2efd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:33:23.134Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:33:23.156Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:33:23.159Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:33:23.159Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:33:23.159Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:33:23.160Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:33:53.160Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:33:53.174Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:33:53.177Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:33:53.177Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:33:53.178Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:33:53.178Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:34:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:34:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:34:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:34:02.010Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:34:02.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943921959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943921959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T07:34:02.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943921959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T07:34:02.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943921959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943921959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-08T07:34:02.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943921959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943921959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:34:02.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943930218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:34:02.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943935116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:34:02.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943936276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:34:02.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943937666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:34:02.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943939060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/vfw89e7c5f9540c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T07:34:02.019Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943940064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-08T07:34:02.019Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943941067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/resourceInstances/vfw89e7c5f9540c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-08T07:34:02.019Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659943942071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808072859/1.0/artifacts/service-Vfw20220808072859-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:34:02.020Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "cds",
  "timestamp": 1659943961866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "cds",
  "timestamp": 1659943961866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943970546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "cds",
  "timestamp": 1659943961866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943970546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T07:34:02.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "cds",
  "timestamp": 1659943961866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943970546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-08T07:34:02.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "cds",
  "timestamp": 1659943961866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "policy-id",
  "timestamp": 1659943973294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943970546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "cds",
  "timestamp": 1659943961866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "policy-id",
  "timestamp": 1659943973294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943970546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-08T07:34:02.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "cds",
  "timestamp": 1659943961866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:34:02.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659943975343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "policy-id",
  "timestamp": 1659943973294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-08T07:34:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943970546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659943975343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "policy-id",
  "timestamp": 1659943973294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943970546,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:34:02.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "cds",
  "timestamp": 1659943976852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:34:02.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659943975343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "policy-id",
  "timestamp": 1659943973294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "cds",
  "timestamp": 1659943977859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:34:02.043Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ef2d579b-55a3-4d58-98e3-d81f786da432
2022-08-08T07:34:02.044Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef2d579b-55a3-4d58-98e3-d81f786da432 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:34:02.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943978332,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:34:02.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659943975343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "policy-id",
  "timestamp": 1659943973294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943979405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:34:02.052Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659943975343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "policy-id",
  "timestamp": 1659943973294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:34:02.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943980696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:34:02.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659943975343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "policy-id",
  "timestamp": 1659943981135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:34:02.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:34:02.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "aai-ml",
  "timestamp": 1659943980763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:34:02.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:34:02.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:34:02.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943981719,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:34:02.060Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef2d579b-55a3-4d58-98e3-d81f786da432
2022-08-08T07:34:02.060Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef2d579b-55a3-4d58-98e3-d81f786da432 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:34:23.178Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:34:23.196Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:34:23.198Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:34:23.199Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:34:23.199Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:34:23.199Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:34:53.200Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:34:53.214Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:34:53.217Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:34:53.217Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:34:53.217Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:34:53.217Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:35:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:35:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:35:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:35:02.007Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:35:02.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:35:02.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659943975343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:35:02.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:35:23.218Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:35:23.234Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:35:23.237Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:35:23.237Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:35:23.238Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:35:23.238Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:35:53.238Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:35:53.270Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:35:53.273Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:35:53.273Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:35:53.273Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:35:53.273Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:36:01.972Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:36:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:36:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:36:02.504Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:36:02.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "policy-id",
  "timestamp": 1659943982139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:36:02.506Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:36:02.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "aai-ml",
  "timestamp": 1659943980763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:36:02.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:36:02.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659943982722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T07:36:02.507Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:36:02.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "policy-id",
  "timestamp": 1659943983142,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:36:02.515Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef2d579b-55a3-4d58-98e3-d81f786da432
2022-08-08T07:36:02.516Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef2d579b-55a3-4d58-98e3-d81f786da432 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-08T07:36:02.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "aai-ml",
  "timestamp": 1659943980763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:36:02.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:36:02.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "aai-ml",
  "timestamp": 1659943980763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:36:02.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:36:02.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "aai-ml",
  "timestamp": 1659943980763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:36:02.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:36:02.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "aai-ml",
  "timestamp": 1659943980763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:36:02.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:36:02.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "aai-ml",
  "timestamp": 1659943980763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:36:02.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:36:02.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "aai-ml",
  "timestamp": 1659943988637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:36:02.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:36:02.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "aai-ml",
  "timestamp": 1659943998927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:36:02.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:36:02.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:36:02.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "aai-ml",
  "timestamp": 1659943999932,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:36:02.532Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ef2d579b-55a3-4d58-98e3-d81f786da432
2022-08-08T07:36:02.532Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef2d579b-55a3-4d58-98e3-d81f786da432 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:36:23.274Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:36:23.304Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:36:23.308Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:36:23.308Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:36:23.308Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:36:23.309Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:36:53.309Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:36:53.324Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:36:53.327Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:36:53.327Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:36:53.327Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:36:53.327Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:37:01.972Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:37:01.974Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:37:01.974Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:37:11.528Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:37:23.328Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-08-08T07:37:23.328Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-08T07:37:23.349Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6fa31f74-7d83-4886-aefe-f358eb4e2efd and serviceModelVersionId: 3edfbceb-040f-435e-aac1-40b73292ce17
2022-08-08T07:37:23.349Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 41a6ba04-212e-480a-9a6b-2181749ae9c6
2022-08-08T07:37:38.435Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/41a6ba04-212e-480a-9a6b-2181749ae9c6/model-vers/model-ver/3edfbceb-040f-435e-aac1-40b73292ce17?depth=0
2022-08-08T07:37:38.549Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-08-08T07:37:39.105Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a6ba04-212e-480a-9a6b-2181749ae9c6/model-vers/model-ver/3edfbceb-040f-435e-aac1-40b73292ce17?depth=0|INFO|500||Invoke
2022-08-08T07:37:39.113Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a6ba04-212e-480a-9a6b-2181749ae9c6/model-vers/model-ver/3edfbceb-040f-435e-aac1-40b73292ce17?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a6ba04-212e-480a-9a6b-2181749ae9c6/model-vers/model-ver/3edfbceb-040f-435e-aac1-40b73292ce17?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6fa31f74-7d83-4886-aefe-f358eb4e2efd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c361c748-4c83-4f89-8bf8-a6952135d35e], X-ECOMP-RequestID=[6fa31f74-7d83-4886-aefe-f358eb4e2efd], X-TransactionId=[], X-ONAP-RequestID=[6fa31f74-7d83-4886-aefe-f358eb4e2efd], Content-Type=[application/merge-patch+json]}
2022-08-08T07:37:39.234Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a6ba04-212e-480a-9a6b-2181749ae9c6/model-vers/model-ver/3edfbceb-040f-435e-aac1-40b73292ce17?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-08-08T07:37:40.093Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a6ba04-212e-480a-9a6b-2181749ae9c6/model-vers/model-ver/3edfbceb-040f-435e-aac1-40b73292ce17?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a6ba04-212e-480a-9a6b-2181749ae9c6/model-vers/model-ver/3edfbceb-040f-435e-aac1-40b73292ce17?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220808-07:37:39:312-45355], vertex-id=[172152], Content-Length=[0], Date=[Mon, 08 Aug 2022 07:37:39 GMT], Content-Type=[application/json]}
2022-08-08T07:37:40.095Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a6ba04-212e-480a-9a6b-2181749ae9c6/model-vers/model-ver/3edfbceb-040f-435e-aac1-40b73292ce17?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-08T07:37:40.096Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41a6ba04-212e-480a-9a6b-2181749ae9c6/model-vers/model-ver/3edfbceb-040f-435e-aac1-40b73292ce17?depth=0|INFO|500||InvokeReturn
2022-08-08T07:37:40.100Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-08T07:37:40.100Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:37:40.119Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-08T07:37:40.120Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6fa31f74-7d83-4886-aefe-f358eb4e2efd and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-08-08T07:37:40.121Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-08T07:37:40.122Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:40.125Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:40.125Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944260120,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T07:37:40.224Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-08T07:37:40.226Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:40.226Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:40.254Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:37:40.255Z||pool-18-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T07:37:41.158Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:37:41.159Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:37:41.159Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|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 vkGyok14KwHm0i1V) ...
2022-08-08T07:37:45.603Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:37:45.604Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-08T07:37:45.604Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ef2d579b-55a3-4d58-98e3-d81f786da432","serviceName":"basic_onboard_nshGtL","serviceVersion":"1.0","serviceUUID":"3f749a96-c054-4a93-a4ca-d4dbfb78e406","serviceDescription":"service","serviceInvariantUUID":"13a9c7d6-51b2-4af7-ad67-b8fb8bac2d1a","resources":[{"resourceInstanceName":"basic_onboard_nshGtL 0","resourceName":"basic_onboard_nshGtL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c6dfdd13-c5e7-4f06-b769-7b79f32fcb79","resourceInvariantUUID":"79822894-8b0b-400f-97d3-3731032d267c","resourceCustomizationUUID":"658368eb-dab0-4135-aa9e-32e644281028","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vf-license-model.xml","artifactChecksum":"NjViNjBkZmJkNWFlODgwMjc2MmRlNzM3ODhkNzI4MGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47f789b2-fbd1-49b2-b86c-ec279a174780","artifactVersion":"1"},{"artifactName":"basic_onboard_nshgtl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json","artifactChecksum":"ZDNlMjIwNTI4NDMyOTAxZDU3Mzg4ZjZhYWU5ODYyZTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6041a420-a91d-4049-91e9-ef3fe784b714","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c2f94a86-ed19-4bfe-b993-aaeede8ec5fd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e30679f8-6993-42b1-be82-616c363037b9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a4ad1b75-29d3-4e26-8910-e215270d64d4","artifactVersion":"2","generatedFromUUID":"c2f94a86-ed19-4bfe-b993-aaeede8ec5fd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNshgtl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-template.yml","artifactChecksum":"MmM5MTcwYzg5MDJjZjNmYTRhZTcwNzc4MjZkYTFjODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0e244e5d-ae7c-44ee-8f85-dae6d9862bf3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNshgtl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar","artifactChecksum":"NTU0OWY0NzdkNTc4ZjY0Y2ZkM2ZjNzM1YjQ4Nzc2OTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d108a68f-a011-44ef-b1dd-780c890347a9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-08T07:37:45.607Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:37:45.608Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:45.609Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:45.610Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944261158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:37:45.710Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:37:45.710Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:45.711Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:45.726Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:37:45.726Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:37:46.610Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:37:46.611Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:46.613Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:46.613Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944261158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T07:37:46.713Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:37:46.714Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:46.714Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:46.728Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:37:46.728Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:37:47.614Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:37:47.615Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:47.616Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:47.617Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944261158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-08T07:37:47.717Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:37:47.718Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:47.718Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:47.736Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:37:47.736Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:37:48.617Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:37:48.618Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:48.620Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:48.620Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944261158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:37:48.722Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-08T07:37:48.723Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:48.723Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:48.737Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:37:48.737Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:37:49.621Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:37:49.622Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:49.624Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:49.625Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944261158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-08T07:37:49.724Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:37:49.725Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:49.725Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:49.740Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:37:49.740Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:37:50.625Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:37:50.626Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:50.628Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:50.628Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944261158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:37:50.728Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:37:50.729Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:50.729Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:50.744Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:37:50.745Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:37:51.629Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:37:51.630Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:51.632Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:51.633Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944261158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:37:51.733Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:37:51.733Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:51.734Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:51.747Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:37:51.748Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:37:52.635Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "serviceName": "basic_onboard_nshGtL",
  "serviceVersion": "1.0",
  "serviceUUID": "3f749a96-c054-4a93-a4ca-d4dbfb78e406",
  "serviceDescription": "service",
  "serviceInvariantUUID": "13a9c7d6-51b2-4af7-ad67-b8fb8bac2d1a",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_nshGtL 0",
      "resourceCustomizationUUID": "658368eb-dab0-4135-aa9e-32e644281028",
      "resourceName": "basic_onboard_nshGtL",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c6dfdd13-c5e7-4f06-b769-7b79f32fcb79",
      "resourceInvariantUUID": "79822894-8b0b-400f-97d3-3731032d267c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_nshgtl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
          "artifactChecksum": "ZDNlMjIwNTI4NDMyOTAxZDU3Mzg4ZjZhYWU5ODYyZTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6041a420-a91d-4049-91e9-ef3fe784b714",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c2f94a86-ed19-4bfe-b993-aaeede8ec5fd",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a4ad1b75-29d3-4e26-8910-e215270d64d4",
            "generatedFromUUID": "c2f94a86-ed19-4bfe-b993-aaeede8ec5fd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a4ad1b75-29d3-4e26-8910-e215270d64d4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNshgtl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
      "artifactChecksum": "NTU0OWY0NzdkNTc4ZjY0Y2ZkM2ZjNzM1YjQ4Nzc2OTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d108a68f-a011-44ef-b1dd-780c890347a9"
    }
  ],
  "workloadContext": "Production"
}
2022-08-08T07:37:52.635Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-08T07:37:52.636Z|6fa31f74-7d83-4886-aefe-f358eb4e2efd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3f749a96-c054-4a93-a4ca-d4dbfb78e406 ASDC
2022-08-08T07:37:52.637Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ef2d579b-55a3-4d58-98e3-d81f786da432
ServiceName:basic_onboard_nshGtL
ServiceVersion:1.0
ServiceUUID:3f749a96-c054-4a93-a4ca-d4dbfb78e406
ServiceInvariantUUID:13a9c7d6-51b2-4af7-ad67-b8fb8bac2d1a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNshgtl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar
ArtifactUUID:d108a68f-a011-44ef-b1dd-780c890347a9
ArtifactChecksum:NTU0OWY0NzdkNTc4ZjY0Y2ZkM2ZjNzM1YjQ4Nzc2OTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nshGtL 0
ResourceCustomizationUUID:658368eb-dab0-4135-aa9e-32e644281028
ResourceInvariantUUID:79822894-8b0b-400f-97d3-3731032d267c
ResourceName:basic_onboard_nshGtL
ResourceType:VF
ResourceUUID:c6dfdd13-c5e7-4f06-b769-7b79f32fcb79
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nshgtl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json
ArtifactUUID:6041a420-a91d-4049-91e9-ef3fe784b714
ArtifactChecksum:ZDNlMjIwNTI4NDMyOTAxZDU3Mzg4ZjZhYWU5ODYyZTE=
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/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c2f94a86-ed19-4bfe-b993-aaeede8ec5fd
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/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env
ArtifactUUID:a4ad1b75-29d3-4e26-8910-e215270d64d4
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/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env
ArtifactUUID:a4ad1b75-29d3-4e26-8910-e215270d64d4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-08T07:37:52.637Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f749a96-c054-4a93-a4ca-d4dbfb78e406 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T07:37:52.693Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T07:37:52.693Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:37:52.694Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:37:52.694Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d108a68f-a011-44ef-b1dd-780c890347a9 from URL: /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:52.694Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:37:52.695Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:53.290Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:37:53.294Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar d108a68f-a011-44ef-b1dd-780c890347a9 75609
2022-08-08T07:37:53.294Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar ASDC sendASDCNotification
2022-08-08T07:37:53.294Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:53.294Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:37:53.295Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:53.296Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:53.296Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944273294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:37:53.397Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:37:53.398Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:53.398Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:53.411Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:37:53.411Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:37:54.297Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T07:37:54.298Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:37:54.298Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d108a68f-a011-44ef-b1dd-780c890347a9, URL: /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar to file: /app/ASDC/1/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:54.299Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:54.299Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:54.299Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:54.448Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16410759005399679835/Definitions/service-BasicOnboardNshgtl-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-08-08T07:37:55.686Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-08T07:37:55.687Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T07:37:55.687Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:55.687Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-08T07:37:55.688Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nshGtL 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-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:55.688Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||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-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:55.688Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||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-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:55.689Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||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-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:55.689Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:55.689Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:55.690Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:55.690Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||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-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:55.690Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||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-BasicOnboardNshgtl-csar.csar
2022-08-08T07:37:55.690Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T07:37:55.691Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:55.691Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:55.692Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is matching search criteria
2022-08-08T07:37:55.692Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T07:37:55.692Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nshGtL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T07:37:55.693Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:55.693Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:55.694Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is matching search criteria
2022-08-08T07:37:55.694Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T07:37:55.694Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nshGtL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T07:37:55.695Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:55.695Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:55.696Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:55.696Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is not matching search criteria
2022-08-08T07:37:55.696Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-08T07:37:55.697Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-08T07:37:55.697Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-08T07:37:55.697Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-08T07:37:55.698Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-08T07:37:55.698Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:55.698Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-08T07:37:55.699Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:55.699Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is matching search criteria
2022-08-08T07:37:55.699Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nshGtL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:37:55.700Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:55.700Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is matching search criteria
2022-08-08T07:37:55.701Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nshGtL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:37:55.701Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:55.701Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is matching search criteria
2022-08-08T07:37:55.702Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nshGtL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:37:55.702Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:55.702Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is not matching search criteria
2022-08-08T07:37:55.703Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-08T07:37:55.703Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-08T07:37:55.703Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=34a0cbbb-073d-4a52-9f86-44e3763831be
2022-08-08T07:37:55.704Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:55.704Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:55.704Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:55.705Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:55.705Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:55.705Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:55.706Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:55.706Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:55.706Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_nshGtL
Description:service
Model UUID:3f749a96-c054-4a93-a4ca-d4dbfb78e406
Model Version:NULL
Model InvariantUuid:13a9c7d6-51b2-4af7-ad67-b8fb8bac2d1a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_nshGtL
Model UUID:4e3ad873-2c1d-4b7e-a118-d1a8a3898c0a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:79822894-8b0b-400f-97d3-3731032d267c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:658368eb-dab0-4135-aa9e-32e644281028
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f5bfaa52-f79d-4305-a188-8935f688f624
ModelName:BasicOnboardNshgtl..base_ubuntu18..module-0
ModelUuid:6457e8d6-409a-419c-a612-f7a9a1dc2d8f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:34a0cbbb-073d-4a52-9f86-44e3763831be
ModelInvariantUuid:bf6ab630-2310-4a0c-b240-762291314930
ModelName:basic_onboard_nshGtL-nodes.ubuntu18Cvfc
ModelUuid:d251b335-4ece-488e-bb02-61366992328d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e107b732-970e-4e65-9182-981f4fc60476
ModelInvariantUuid:4e13fb40-150b-4be7-9d59-7d5c3f092fe4
ModelName:BasicOnboardNshgtl.compute.nodes.heat.ubuntu18
ModelUuid:6d32608c-2376-41c3-bd0a-6a21a87622f3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-08T07:37:55.726Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: c6dfdd13-c5e7-4f06-b769-7b79f32fcb79
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:37:55.730Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||basic_onboard_nshGtL 0
2022-08-08T07:37:55.730Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c6dfdd13-c5e7-4f06-b769-7b79f32fcb79
2022-08-08T07:37:55.730Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6041a420-a91d-4049-91e9-ef3fe784b714 from URL: /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json
2022-08-08T07:37:55.731Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:37:55.731Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json
2022-08-08T07:37:55.948Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:37:55.948Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json 6041a420-a91d-4049-91e9-ef3fe784b714 798
2022-08-08T07:37:55.949Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json ASDC sendASDCNotification
2022-08-08T07:37:55.949Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json
2022-08-08T07:37:55.949Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:37:55.950Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:55.952Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:55.952Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944275949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:37:56.052Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:37:56.053Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:56.054Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:56.069Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:37:56.069Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:37:56.953Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNshgtl..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f5bfaa52-f79d-4305-a188-8935f688f624",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6457e8d6-409a-419c-a612-f7a9a1dc2d8f",
    "vfModuleModelCustomizationUUID": "c39fa12a-6e78-48a9-af2b-0446a8bdccf1",
    "isBase": true,
    "artifacts": [
      "c2f94a86-ed19-4bfe-b993-aaeede8ec5fd",
      "a4ad1b75-29d3-4e26-8910-e215270d64d4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-08T07:37:56.958Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNshgtl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6457e8d6-409a-419c-a612-f7a9a1dc2d8f
VfModuleModelInvariantUUID:f5bfaa52-f79d-4305-a188-8935f688f624
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2f94a86-ed19-4bfe-b993-aaeede8ec5fd
,
a4ad1b75-29d3-4e26-8910-e215270d64d4

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

isBase:true


}

2022-08-08T07:37:56.961Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNshgtl..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f5bfaa52-f79d-4305-a188-8935f688f624",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6457e8d6-409a-419c-a612-f7a9a1dc2d8f",
    "vfModuleModelCustomizationUUID": "c39fa12a-6e78-48a9-af2b-0446a8bdccf1",
    "isBase": true,
    "artifacts": [
      "c2f94a86-ed19-4bfe-b993-aaeede8ec5fd",
      "a4ad1b75-29d3-4e26-8910-e215270d64d4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-08T07:37:56.961Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNshgtl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6457e8d6-409a-419c-a612-f7a9a1dc2d8f
VfModuleModelInvariantUUID:f5bfaa52-f79d-4305-a188-8935f688f624
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2f94a86-ed19-4bfe-b993-aaeede8ec5fd
,
a4ad1b75-29d3-4e26-8910-e215270d64d4

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

isBase:true


}

2022-08-08T07:37:56.961Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c2f94a86-ed19-4bfe-b993-aaeede8ec5fd from URL: /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml
2022-08-08T07:37:56.961Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:37:56.962Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml
2022-08-08T07:37:57.004Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:37:57.004Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml c2f94a86-ed19-4bfe-b993-aaeede8ec5fd 5033
2022-08-08T07:37:57.004Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-08T07:37:57.005Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml
2022-08-08T07:37:57.005Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:37:57.005Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:57.007Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:57.007Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944277004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:37:57.107Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:37:57.108Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:57.108Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:57.124Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:37:57.124Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:37:58.008Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a4ad1b75-29d3-4e26-8910-e215270d64d4 from URL: /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env
2022-08-08T07:37:58.009Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:37:58.009Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env
2022-08-08T07:37:58.074Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:37:58.075Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env a4ad1b75-29d3-4e26-8910-e215270d64d4 909
2022-08-08T07:37:58.075Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-08T07:37:58.075Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env
2022-08-08T07:37:58.075Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:37:58.076Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:58.078Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:58.078Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944278075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:37:58.178Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:37:58.179Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:58.179Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:58.192Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:37:58.192Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:37:59.078Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3f749a96-c054-4a93-a4ca-d4dbfb78e406
2022-08-08T07:37:59.080Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nshGtL 0 c6dfdd13-c5e7-4f06-b769-7b79f32fcb79 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:37:59.108Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@29fc2368, org.onap.sdc.toscaparser.api.parameters.Input@2aa603ac, org.onap.sdc.toscaparser.api.parameters.Input@41f9ad06, org.onap.sdc.toscaparser.api.parameters.Input@42d63046, org.onap.sdc.toscaparser.api.parameters.Input@a79bc17]
2022-08-08T07:37:59.109Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:59.110Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:59.110Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-08-08T07:37:59.110Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 658368eb-dab0-4135-aa9e-32e644281028
2022-08-08T07:37:59.111Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 658368eb-dab0-4135-aa9e-32e644281028 matches Tosca VF Customization UUID: 658368eb-dab0-4135-aa9e-32e644281028
2022-08-08T07:37:59.111Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 658368eb-dab0-4135-aa9e-32e644281028  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-08T07:37:59.113Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:59.113Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:59.114Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 658368eb-dab0-4135-aa9e-32e644281028: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-08-08T07:37:59.114Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6fe23cd9
2022-08-08T07:37:59.115Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:59.115Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-08T07:37:59.115Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c39fa12a-6e78-48a9-af2b-0446a8bdccf1
2022-08-08T07:37:59.115Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c39fa12a-6e78-48a9-af2b-0446a8bdccf1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-08T07:37:59.118Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:59.118Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is matching search criteria
2022-08-08T07:37:59.119Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nshGtL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:37:59.119Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:59.119Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is matching search criteria
2022-08-08T07:37:59.119Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nshGtL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:37:59.120Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:59.120Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is not matching search criteria
2022-08-08T07:37:59.120Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-08T07:37:59.121Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-08T07:37:59.121Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=34a0cbbb-073d-4a52-9f86-44e3763831be
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-08T07:37:59.123Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:59.123Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is matching search criteria
2022-08-08T07:37:59.124Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nshGtL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:37:59.124Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:59.124Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nshGtL 0 is matching search criteria
2022-08-08T07:37:59.124Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nshGtL 0] matching following query criteria: sdcType=VF, customizationUUID=658368eb-dab0-4135-aa9e-32e644281028
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:37:59.126Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:59.126Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:59.127Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3f749a96-c054-4a93-a4ca-d4dbfb78e406: basic_onboard_nshGtL
2022-08-08T07:37:59.127Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:59.127Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:59.127Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:59.128Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:59.128Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:59.128Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:59.129Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:59.129Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:59.129Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:37:59.129Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nshGtL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:37:59.130Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_nshGtL 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:37:59.222Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nshGtL c6dfdd13-c5e7-4f06-b769-7b79f32fcb79 1 ASDC deployResourceStructure
2022-08-08T07:37:59.222Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json ASDC sendASDCNotification
2022-08-08T07:37:59.222Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json
2022-08-08T07:37:59.223Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:37:59.223Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:37:59.225Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:37:59.225Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944279222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T07:37:59.325Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:37:59.326Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:37:59.327Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:37:59.341Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:37:59.342Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:38:00.226Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-08T07:38:00.226Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml
2022-08-08T07:38:00.227Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:38:00.227Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:38:00.229Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:38:00.229Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944280226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-08T07:38:00.330Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-08T07:38:00.330Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:38:00.331Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:38:00.345Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:38:00.345Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:38:01.230Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-08T07:38:01.231Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env
2022-08-08T07:38:01.231Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:38:01.232Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:38:01.234Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:38:01.234Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944281230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-08T07:38:01.334Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:38:01.335Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:38:01.335Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:38:01.350Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:38:01.351Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:38:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:38:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:38:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:38:02.236Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar ASDC sendASDCNotification
2022-08-08T07:38:02.236Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar
2022-08-08T07:38:02.236Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:38:02.237Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:38:02.239Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:38:02.239Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944282235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:38:02.339Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:38:02.340Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:38:02.340Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:38:02.355Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:38:02.355Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:38:02.369Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:38:02.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa31f74-7d83-4886-aefe-f358eb4e2efd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944260120,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T07:38:02.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:38:02.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944261158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:38:02.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:38:02.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944261158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T07:38:02.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:38:02.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944261158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-08T07:38:02.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:38:02.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944261158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:38:02.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:38:02.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944261158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-08T07:38:02.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:38:02.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944261158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:38:02.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:38:02.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944261158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:38:02.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:38:02.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944273294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:38:02.376Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:38:02.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944275949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:38:02.376Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:38:02.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944277004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:38:02.377Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:38:02.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944278075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:38:02.378Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:38:02.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944279222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/basic_onboard_nshgtl0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T07:38:02.378Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:38:02.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944280226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-08T07:38:02.379Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:38:02.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:38:02.379Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944281230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/resourceInstances/basic_onboard_nshgtl0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-08T07:38:02.379Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:38:03.240Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:38:03.258Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:38:03.263Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:38:03.263Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:38:03.263Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:38:03.263Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:38:33.264Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:38:33.281Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:38:33.284Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:38:33.284Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:38:33.284Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:38:33.284Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:39:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:39:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:39:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:39:02.501Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:39:02.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:39:02.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944282235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNshgtl/1.0/artifacts/service-BasicOnboardNshgtl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:39:02.503Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:39:03.284Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:39:03.304Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:39:03.307Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:39:03.307Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:39:03.307Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:39:03.307Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:39:33.307Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:39:33.319Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:39:33.322Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:39:33.322Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:39:33.322Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:39:33.322Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:40:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:40:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:40:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:40:03.322Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:40:03.340Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:40:03.343Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:40:03.344Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:40:03.344Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:40:03.344Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:40:11.529Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:40:33.344Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:40:33.364Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:40:33.367Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:40:33.367Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:40:33.367Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:40:33.367Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:41:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:41:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:41:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:41:03.368Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:41:03.392Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:41:03.394Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:41:03.394Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:41:03.395Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:41:03.395Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:41:08.219Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:41:08.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:41:08.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "aai-ml",
  "timestamp": 1659944460763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:41:08.221Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:41:33.395Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:41:33.418Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:41:33.421Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:41:33.421Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:41:33.421Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:41:33.421Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:42:01.972Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:42:01.973Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:42:01.974Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:42:02.117Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:42:02.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:42:02.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "aai-ml",
  "timestamp": 1659944460763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:42:02.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:42:03.422Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:42:03.433Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:42:03.435Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:42:03.435Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:42:03.435Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:42:03.435Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:42:33.436Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:42:33.454Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:42:33.460Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:42:33.460Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:42:33.461Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:42:33.461Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:43:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:43:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:43:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:43:02.515Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:43:02.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "aai-ml",
  "timestamp": 1659944460763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "aai-ml",
  "timestamp": 1659944460763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944470547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "aai-ml",
  "timestamp": 1659944460763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944470547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T07:43:02.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "aai-ml",
  "timestamp": 1659944460763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "cds",
  "timestamp": 1659944471868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944470547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T07:43:02.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "aai-ml",
  "timestamp": 1659944460763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:43:02.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "cds",
  "timestamp": 1659944471868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944470547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "policy-id",
  "timestamp": 1659944473294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "aai-ml",
  "timestamp": 1659944474727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:43:02.524Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:43:02.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "cds",
  "timestamp": 1659944471868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "policy-id",
  "timestamp": 1659944473294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944470547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-08T07:43:02.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "cds",
  "timestamp": 1659944471868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944475343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944470547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "policy-id",
  "timestamp": 1659944473294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T07:43:02.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "cds",
  "timestamp": 1659944471868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944475343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944470547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:43:02.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "policy-id",
  "timestamp": 1659944473294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "cds",
  "timestamp": 1659944471868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944475343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "policy-id",
  "timestamp": 1659944473294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944478415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:43:02.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:43:02.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "cds",
  "timestamp": 1659944471868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:43:02.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944475343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "policy-id",
  "timestamp": 1659944473294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944479546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:43:02.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:43:02.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944475343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "cds",
  "timestamp": 1659944479818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:43:02.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:43:02.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "policy-id",
  "timestamp": 1659944473294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:43:02.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944480720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:43:02.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:43:02.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944475343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "cds",
  "timestamp": 1659944480825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:43:02.556Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e0c2299d-8b06-4539-a019-0004a501ed6b
2022-08-08T07:43:02.556Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0c2299d-8b06-4539-a019-0004a501ed6b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:43:02.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "policy-id",
  "timestamp": 1659944481267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:43:02.566Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:43:02.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944481756,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:43:02.570Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0c2299d-8b06-4539-a019-0004a501ed6b
2022-08-08T07:43:02.570Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0c2299d-8b06-4539-a019-0004a501ed6b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:43:02.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944475343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:02.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:43:02.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "policy-id",
  "timestamp": 1659944482272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:43:02.586Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:43:02.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944482769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T07:43:02.587Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:43:02.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "policy-id",
  "timestamp": 1659944483275,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:43:02.593Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0c2299d-8b06-4539-a019-0004a501ed6b
2022-08-08T07:43:02.593Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0c2299d-8b06-4539-a019-0004a501ed6b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-08T07:43:02.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "aai-ml",
  "timestamp": 1659944488338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:43:02.606Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:43:02.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:43:02.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "aai-ml",
  "timestamp": 1659944489343,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:43:02.610Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e0c2299d-8b06-4539-a019-0004a501ed6b
2022-08-08T07:43:02.610Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0c2299d-8b06-4539-a019-0004a501ed6b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:43:03.461Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-08-08T07:43:03.461Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef2d579b-55a3-4d58-98e3-d81f786da432 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-08T07:43:03.466Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef2d579b-55a3-4d58-98e3-d81f786da432 and serviceModelVersionId: 3f749a96-c054-4a93-a4ca-d4dbfb78e406
2022-08-08T07:43:03.467Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13a9c7d6-51b2-4af7-ad67-b8fb8bac2d1a
2022-08-08T07:43:03.468Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13a9c7d6-51b2-4af7-ad67-b8fb8bac2d1a/model-vers/model-ver/3f749a96-c054-4a93-a4ca-d4dbfb78e406?depth=0
2022-08-08T07:43:03.480Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-08-08T07:43:03.550Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13a9c7d6-51b2-4af7-ad67-b8fb8bac2d1a/model-vers/model-ver/3f749a96-c054-4a93-a4ca-d4dbfb78e406?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-08-08T07:43:03.552Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13a9c7d6-51b2-4af7-ad67-b8fb8bac2d1a/model-vers/model-ver/3f749a96-c054-4a93-a4ca-d4dbfb78e406?depth=0|INFO|500||Invoke
2022-08-08T07:43:03.587Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13a9c7d6-51b2-4af7-ad67-b8fb8bac2d1a/model-vers/model-ver/3f749a96-c054-4a93-a4ca-d4dbfb78e406?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-08-08T07:43:03.904Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13a9c7d6-51b2-4af7-ad67-b8fb8bac2d1a/model-vers/model-ver/3f749a96-c054-4a93-a4ca-d4dbfb78e406?depth=0|INFO|500||InvokeReturn
2022-08-08T07:43:03.905Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13a9c7d6-51b2-4af7-ad67-b8fb8bac2d1a/model-vers/model-ver/3f749a96-c054-4a93-a4ca-d4dbfb78e406?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220808-07:43:03:662-93432], vertex-id=[209112], Content-Length=[0], Date=[Mon, 08 Aug 2022 07:43:03 GMT], Content-Type=[application/json]}
2022-08-08T07:43:03.906Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-08-08T07:43:03.907Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-08T07:43:03.908Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:43:03.936Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-08T07:43:03.937Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef2d579b-55a3-4d58-98e3-d81f786da432 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-08-08T07:43:03.938Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-08T07:43:03.938Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:03.941Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:03.941Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944583937,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T07:43:04.041Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:43:04.043Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:04.043Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:04.057Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:43:04.058Z||pool-34-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=?
2022-08-08T07:43:04.955Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:43:04.956Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:43:04.956Z|ef2d579b-55a3-4d58-98e3-d81f786da432|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 vkGyok14KwHm0i1V) ...
2022-08-08T07:43:09.492Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:43:09.493Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-08T07:43:09.493Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"e0c2299d-8b06-4539-a019-0004a501ed6b","serviceName":"vFW 2022-08-08 07-38-45","serviceVersion":"1.0","serviceUUID":"53eb0e72-c101-49a7-a7fd-be2d7791f6b5","serviceDescription":"catalog service description","serviceInvariantUUID":"0527b391-4e18-405d-9a7b-66237a0829c5","resources":[{"resourceInstanceName":"vFW 3c00d5f0-0dfc 0","resourceName":"vFW 3c00d5f0-0dfc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"94afa8a1-8f6c-483b-8bf0-47f72dd8b4fd","resourceInvariantUUID":"8b23afd4-ca28-45a3-b61e-3b5328a664e1","resourceCustomizationUUID":"9ffb89fb-fcf5-4775-a1de-d7b553db85bf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vf-license-model.xml","artifactChecksum":"OGIxZjdhYzUxNjQ1ZWU1YTYxZGQwMWVlNDVlNjdmNTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"602ab081-8251-4b4e-8c00-35b07a2a3fbe","artifactVersion":"1"},{"artifactName":"vfw3c00d5f00dfc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json","artifactChecksum":"Yjc2Njc2YTJmMTk3YzQ1MTgxNWM0ODUxMGFlMDQ2OWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7dd27c3b-5b35-4ecf-81c6-197ad0656ecb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"39ff0cc9-c50d-43fc-84cc-1a109d3c0c87","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vendor-license-model.xml","artifactChecksum":"NmQ1NjVlNmI1MmFjNTQwYjI2OTk4OTRjMmZiOWFmYWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"80725ce4-63a3-480b-895a-38aef53dee4d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ffd1620e-22eb-41b8-b39d-9c7bb5519ed5","artifactVersion":"2","generatedFromUUID":"39ff0cc9-c50d-43fc-84cc-1a109d3c0c87"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220808073845-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-template.yml","artifactChecksum":"OWNlNmMyZGVkYTJmMmI5ZTA4MDYwZTAzODQ1ZTk5YjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"760b3d0a-35ab-47f3-8274-e8ecd77b1c76","artifactVersion":"1"},{"artifactName":"service-Vfw20220808073845-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar","artifactChecksum":"MGJlNjIzMTBkOWZjNzc2MGI2ZWQ0ZjNjMjg2YTQ1ZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d15eb24f-7565-487a-9a6d-b7f4c5f49fe1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-08T07:43:09.497Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:43:09.497Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:09.499Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:09.499Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944584955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:09.599Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:43:09.600Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:09.600Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:09.615Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:43:09.615Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:43:10.500Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:43:10.500Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:10.502Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:10.502Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944584955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T07:43:10.602Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:43:10.603Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:10.603Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:10.616Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:43:10.617Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:43:11.503Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:43:11.504Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:11.506Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:11.506Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944584955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T07:43:11.606Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:43:11.607Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:11.607Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:11.620Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:43:11.621Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:43:12.506Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:43:12.507Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:12.509Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:12.509Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944584955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:12.609Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:43:12.610Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:12.611Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:12.626Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:43:12.626Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:43:13.510Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:43:13.511Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:13.513Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:13.513Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944584955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-08T07:43:13.613Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:43:13.614Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:13.614Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:13.629Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:43:13.629Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:43:14.513Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:43:14.514Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:14.517Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:14.517Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944584955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:43:14.617Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:43:14.618Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:14.619Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:14.633Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:43:14.634Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:43:15.517Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:43:15.519Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:15.521Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:15.521Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944584955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:43:15.621Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:43:15.622Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:15.622Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:15.636Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:43:15.636Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:43:16.523Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "serviceName": "vFW 2022-08-08 07-38-45",
  "serviceVersion": "1.0",
  "serviceUUID": "53eb0e72-c101-49a7-a7fd-be2d7791f6b5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0527b391-4e18-405d-9a7b-66237a0829c5",
  "resources": [
    {
      "resourceInstanceName": "vFW 3c00d5f0-0dfc 0",
      "resourceCustomizationUUID": "9ffb89fb-fcf5-4775-a1de-d7b553db85bf",
      "resourceName": "vFW 3c00d5f0-0dfc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "94afa8a1-8f6c-483b-8bf0-47f72dd8b4fd",
      "resourceInvariantUUID": "8b23afd4-ca28-45a3-b61e-3b5328a664e1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3c00d5f00dfc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
          "artifactChecksum": "Yjc2Njc2YTJmMTk3YzQ1MTgxNWM0ODUxMGFlMDQ2OWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7dd27c3b-5b35-4ecf-81c6-197ad0656ecb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "39ff0cc9-c50d-43fc-84cc-1a109d3c0c87",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ffd1620e-22eb-41b8-b39d-9c7bb5519ed5",
            "generatedFromUUID": "39ff0cc9-c50d-43fc-84cc-1a109d3c0c87"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ffd1620e-22eb-41b8-b39d-9c7bb5519ed5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220808073845-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
      "artifactChecksum": "MGJlNjIzMTBkOWZjNzc2MGI2ZWQ0ZjNjMjg2YTQ1ZTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d15eb24f-7565-487a-9a6d-b7f4c5f49fe1"
    }
  ],
  "workloadContext": "Production"
}
2022-08-08T07:43:16.523Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-08T07:43:16.523Z|ef2d579b-55a3-4d58-98e3-d81f786da432|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 53eb0e72-c101-49a7-a7fd-be2d7791f6b5 ASDC
2022-08-08T07:43:16.524Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:e0c2299d-8b06-4539-a019-0004a501ed6b
ServiceName:vFW 2022-08-08 07-38-45
ServiceVersion:1.0
ServiceUUID:53eb0e72-c101-49a7-a7fd-be2d7791f6b5
ServiceInvariantUUID:0527b391-4e18-405d-9a7b-66237a0829c5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220808073845-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar
ArtifactUUID:d15eb24f-7565-487a-9a6d-b7f4c5f49fe1
ArtifactChecksum:MGJlNjIzMTBkOWZjNzc2MGI2ZWQ0ZjNjMjg2YTQ1ZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3c00d5f0-0dfc 0
ResourceCustomizationUUID:9ffb89fb-fcf5-4775-a1de-d7b553db85bf
ResourceInvariantUUID:8b23afd4-ca28-45a3-b61e-3b5328a664e1
ResourceName:vFW 3c00d5f0-0dfc
ResourceType:VF
ResourceUUID:94afa8a1-8f6c-483b-8bf0-47f72dd8b4fd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3c00d5f00dfc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json
ArtifactUUID:7dd27c3b-5b35-4ecf-81c6-197ad0656ecb
ArtifactChecksum:Yjc2Njc2YTJmMTk3YzQ1MTgxNWM0ODUxMGFlMDQ2OWE=
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/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml
ArtifactUUID:39ff0cc9-c50d-43fc-84cc-1a109d3c0c87
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/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env
ArtifactUUID:ffd1620e-22eb-41b8-b39d-9c7bb5519ed5
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/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env
ArtifactUUID:ffd1620e-22eb-41b8-b39d-9c7bb5519ed5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-08T07:43:16.524Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 53eb0e72-c101-49a7-a7fd-be2d7791f6b5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T07:43:16.559Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T07:43:16.560Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:43:16.560Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:43:16.560Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d15eb24f-7565-487a-9a6d-b7f4c5f49fe1 from URL: /sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:16.561Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:43:16.561Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:16.699Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:43:16.704Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar d15eb24f-7565-487a-9a6d-b7f4c5f49fe1 103044
2022-08-08T07:43:16.704Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar ASDC sendASDCNotification
2022-08-08T07:43:16.705Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:16.705Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:43:16.705Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:16.707Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:16.707Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944596704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:43:16.807Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:43:16.808Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:16.808Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:16.829Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:43:16.830Z||pool-42-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:43:17.708Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T07:43:17.709Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:43:17.709Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d15eb24f-7565-487a-9a6d-b7f4c5f49fe1, URL: /sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar to file: /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:17.710Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220808073845-csar.csar
2022-08-08T07:43:17.710Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:17.711Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:18.025Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1701737546567193052/Definitions/service-Vfw20220808073845-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-08-08T07:43:20.298Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-08T07:43:20.299Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T07:43:20.300Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.300Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-08T07:43:20.300Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||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-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.300Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||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-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.301Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||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-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.301Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.301Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.301Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||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-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.301Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3c00d5f0-0dfc 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-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.302Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||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-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.302Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||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-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.302Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.302Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||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-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.302Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.302Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:20.302Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T07:43:20.303Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:20.303Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-38-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:43:20.303Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vFW 3c00d5f0-0dfc 0 is matching search criteria
2022-08-08T07:43:20.304Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T07:43:20.304Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3c00d5f0-0dfc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T07:43:20.304Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:20.305Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-38-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:43:20.305Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vFW 3c00d5f0-0dfc 0 is matching search criteria
2022-08-08T07:43:20.305Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T07:43:20.305Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3c00d5f0-0dfc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T07:43:20.305Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:20.306Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-38-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:43:20.306Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:20.306Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vFW 3c00d5f0-0dfc 0 is not matching search criteria
2022-08-08T07:43:20.306Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T07:43:20.307Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T07:43:20.307Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:43:20.307Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T07:43:20.307Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T07:43:20.307Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:43:20.307Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T07:43:20.308Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T07:43:20.308Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T07:43:20.308Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:43:20.308Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T07:43:20.309Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T07:43:20.309Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T07:43:20.309Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T07:43:20.309Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:43:20.309Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-08T07:43:20.310Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:20.310Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-38-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-08T07:43:20.310Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:20.310Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vFW 3c00d5f0-0dfc 0 is matching search criteria
2022-08-08T07:43:20.310Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3c00d5f0-0dfc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:43:20.311Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:20.311Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vFW 3c00d5f0-0dfc 0 is matching search criteria
2022-08-08T07:43:20.311Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3c00d5f0-0dfc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:43:20.311Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:20.312Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vFW 3c00d5f0-0dfc 0 is matching search criteria
2022-08-08T07:43:20.312Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3c00d5f0-0dfc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:43:20.312Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:20.312Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vFW 3c00d5f0-0dfc 0 is not matching search criteria
2022-08-08T07:43:20.313Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T07:43:20.313Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-08T07:43:20.313Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T07:43:20.313Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T07:43:20.313Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T07:43:20.314Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:43:20.314Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T07:43:20.314Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T07:43:20.314Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T07:43:20.314Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T07:43:20.315Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:43:20.315Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8a96ebae-1e5d-4cc3-b2c8-16446b9b914d
2022-08-08T07:43:20.315Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:20.315Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vFW 3c00d5f0-0dfc 0 is not matching search criteria
2022-08-08T07:43:20.315Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T07:43:20.316Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T07:43:20.316Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:43:20.316Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T07:43:20.316Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T07:43:20.317Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:43:20.317Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T07:43:20.317Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-08T07:43:20.317Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T07:43:20.317Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T07:43:20.318Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T07:43:20.318Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:43:20.318Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e4187097-f12f-4ba6-bda8-2012bbccc70b
2022-08-08T07:43:20.318Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:20.319Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vFW 3c00d5f0-0dfc 0 is not matching search criteria
2022-08-08T07:43:20.319Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T07:43:20.319Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T07:43:20.319Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:43:20.319Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T07:43:20.320Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T07:43:20.320Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:43:20.320Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T07:43:20.320Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T07:43:20.320Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T07:43:20.321Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:43:20.321Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T07:43:20.321Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-08T07:43:20.321Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=38166ac7-55d8-49ac-8803-d65ccce37723
2022-08-08T07:43:20.321Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:20.322Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-38-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:43:20.322Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:20.322Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-38-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:43:20.322Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:20.322Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-38-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:43:20.323Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:20.323Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-38-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:43:20.323Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-08 07-38-45
Description:catalog service description
Model UUID:53eb0e72-c101-49a7-a7fd-be2d7791f6b5
Model Version:NULL
Model InvariantUuid:0527b391-4e18-405d-9a7b-66237a0829c5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3c00d5f0-0dfc
Model UUID:2359fa3f-8703-4aa3-b2ce-41f113274548
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8b23afd4-ca28-45a3-b61e-3b5328a664e1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9ffb89fb-fcf5-4775-a1de-d7b553db85bf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:51d7840d-ffe5-4f42-87e6-7d99e6bf4a19
ModelName:Vfw3c00d5f00dfc..base_vfw..module-0
ModelUuid:cfcdf846-2b86-4887-9f43-6e1788343f90
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8a96ebae-1e5d-4cc3-b2c8-16446b9b914d
ModelInvariantUuid:e8c13821-d9d4-4fc2-8ecf-ee1e832b820a
ModelName:vFW 3c00d5f0-0dfc-nodes.vfwCvfc
ModelUuid:63592a85-1e50-4176-bf8c-68487b6bec16
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:18bb8d6b-160f-47cc-ac01-ce0d08e9dde6
ModelInvariantUuid:edb8e3f5-edf1-4d6c-add6-21521258c2bb
ModelName:Vfw3c00d5f00dfc.compute.nodes.heat.vfw
ModelUuid:d32b8b33-af27-4da4-ace9-eb6e7b18620c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e4187097-f12f-4ba6-bda8-2012bbccc70b
ModelInvariantUuid:174012f4-8a79-4af9-9bad-cf334ff3e599
ModelName:vFW 3c00d5f0-0dfc-nodes.vsnCvfc
ModelUuid:31863ff9-9257-4783-bd83-f403ec6904ad
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:69a257c0-6527-4581-9538-2350e26082ab
ModelInvariantUuid:2cbca1df-7be1-46df-a46c-7490707e9b04
ModelName:Vfw3c00d5f00dfc.compute.nodes.heat.vsn
ModelUuid:846c1414-b78e-4b07-877b-0bbb7aa27a4a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:38166ac7-55d8-49ac-8803-d65ccce37723
ModelInvariantUuid:f2f8a430-4d47-433c-a1e2-0c16817227d3
ModelName:vFW 3c00d5f0-0dfc-nodes.vpgCvfc
ModelUuid:a8f4c985-9e36-41c2-b9a5-d7c4fc942b5b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:4d4d4a5a-68a1-41d2-ada0-feffcfad178b
ModelInvariantUuid:8b2242f9-a239-4ef3-89e3-5ce89dcfbab4
ModelName:Vfw3c00d5f00dfc.compute.nodes.heat.vpg
ModelUuid:0ae09558-9dbf-40f2-bc44-f82ec6e3af91
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-08T07:43:20.339Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 94afa8a1-8f6c-483b-8bf0-47f72dd8b4fd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:43:20.343Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||vFW 3c00d5f0-0dfc 0
2022-08-08T07:43:20.343Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 94afa8a1-8f6c-483b-8bf0-47f72dd8b4fd
2022-08-08T07:43:20.343Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7dd27c3b-5b35-4ecf-81c6-197ad0656ecb from URL: /sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json
2022-08-08T07:43:20.343Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:43:20.343Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json
2022-08-08T07:43:20.456Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:43:20.456Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json 7dd27c3b-5b35-4ecf-81c6-197ad0656ecb 785
2022-08-08T07:43:20.457Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json ASDC sendASDCNotification
2022-08-08T07:43:20.457Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json
2022-08-08T07:43:20.457Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:43:20.457Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:20.460Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:20.460Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944600457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:43:20.560Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:43:20.560Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:20.561Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:20.574Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:43:20.574Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:43:21.461Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3c00d5f00dfc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "51d7840d-ffe5-4f42-87e6-7d99e6bf4a19",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cfcdf846-2b86-4887-9f43-6e1788343f90",
    "vfModuleModelCustomizationUUID": "735e3dbb-6c11-4369-9cdc-82f02edaf92c",
    "isBase": true,
    "artifacts": [
      "39ff0cc9-c50d-43fc-84cc-1a109d3c0c87",
      "ffd1620e-22eb-41b8-b39d-9c7bb5519ed5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-08T07:43:21.467Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3c00d5f00dfc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cfcdf846-2b86-4887-9f43-6e1788343f90
VfModuleModelInvariantUUID:51d7840d-ffe5-4f42-87e6-7d99e6bf4a19
VfModuleModelDescription:NULL
Artifacts UUID List:{
39ff0cc9-c50d-43fc-84cc-1a109d3c0c87
,
ffd1620e-22eb-41b8-b39d-9c7bb5519ed5

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

isBase:true


}

2022-08-08T07:43:21.470Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3c00d5f00dfc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "51d7840d-ffe5-4f42-87e6-7d99e6bf4a19",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cfcdf846-2b86-4887-9f43-6e1788343f90",
    "vfModuleModelCustomizationUUID": "735e3dbb-6c11-4369-9cdc-82f02edaf92c",
    "isBase": true,
    "artifacts": [
      "39ff0cc9-c50d-43fc-84cc-1a109d3c0c87",
      "ffd1620e-22eb-41b8-b39d-9c7bb5519ed5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-08T07:43:21.470Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3c00d5f00dfc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cfcdf846-2b86-4887-9f43-6e1788343f90
VfModuleModelInvariantUUID:51d7840d-ffe5-4f42-87e6-7d99e6bf4a19
VfModuleModelDescription:NULL
Artifacts UUID List:{
39ff0cc9-c50d-43fc-84cc-1a109d3c0c87
,
ffd1620e-22eb-41b8-b39d-9c7bb5519ed5

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

isBase:true


}

2022-08-08T07:43:21.471Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 39ff0cc9-c50d-43fc-84cc-1a109d3c0c87 from URL: /sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml
2022-08-08T07:43:21.471Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:43:21.471Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml
2022-08-08T07:43:21.665Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:43:21.666Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml 39ff0cc9-c50d-43fc-84cc-1a109d3c0c87 20368
2022-08-08T07:43:21.667Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-08T07:43:21.667Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml
2022-08-08T07:43:21.667Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:43:21.667Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:21.670Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:21.670Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944601667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:43:21.770Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:43:21.771Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:21.771Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:21.790Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:43:21.790Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:43:22.671Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ffd1620e-22eb-41b8-b39d-9c7bb5519ed5 from URL: /sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env
2022-08-08T07:43:22.671Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:43:22.672Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env
2022-08-08T07:43:22.874Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:43:22.875Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env ffd1620e-22eb-41b8-b39d-9c7bb5519ed5 2098
2022-08-08T07:43:22.876Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-08T07:43:22.876Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env
2022-08-08T07:43:22.876Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:43:22.877Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:22.879Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:22.880Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944602876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:43:22.980Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:43:22.980Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:22.981Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:22.997Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:43:22.997Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:43:23.880Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 53eb0e72-c101-49a7-a7fd-be2d7791f6b5
2022-08-08T07:43:23.881Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3c00d5f0-0dfc 0 94afa8a1-8f6c-483b-8bf0-47f72dd8b4fd ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:43:23.998Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fa20925, org.onap.sdc.toscaparser.api.parameters.Input@323fb923, org.onap.sdc.toscaparser.api.parameters.Input@480075d2, org.onap.sdc.toscaparser.api.parameters.Input@1b5bcb2a, org.onap.sdc.toscaparser.api.parameters.Input@54ff1245]
2022-08-08T07:43:24.000Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:24.000Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-38-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:43:24.001Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-08-08T07:43:24.001Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 9ffb89fb-fcf5-4775-a1de-d7b553db85bf
2022-08-08T07:43:24.001Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9ffb89fb-fcf5-4775-a1de-d7b553db85bf matches Tosca VF Customization UUID: 9ffb89fb-fcf5-4775-a1de-d7b553db85bf
2022-08-08T07:43:24.002Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 9ffb89fb-fcf5-4775-a1de-d7b553db85bf  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-08T07:43:24.028Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:24.029Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-38-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:43:24.030Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 9ffb89fb-fcf5-4775-a1de-d7b553db85bf: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-08-08T07:43:24.031Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@156484a2
2022-08-08T07:43:24.031Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:24.031Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-38-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-08T07:43:24.032Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 735e3dbb-6c11-4369-9cdc-82f02edaf92c
2022-08-08T07:43:24.032Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 735e3dbb-6c11-4369-9cdc-82f02edaf92c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-08T07:43:24.040Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:24.041Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vFW 3c00d5f0-0dfc 0 is matching search criteria
2022-08-08T07:43:24.041Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3c00d5f0-0dfc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:43:24.042Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:24.042Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vFW 3c00d5f0-0dfc 0 is matching search criteria
2022-08-08T07:43:24.043Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3c00d5f0-0dfc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:43:24.043Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:24.043Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vFW 3c00d5f0-0dfc 0 is not matching search criteria
2022-08-08T07:43:24.044Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T07:43:24.044Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-08T07:43:24.044Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T07:43:24.045Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T07:43:24.045Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T07:43:24.045Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:43:24.045Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T07:43:24.046Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T07:43:24.046Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T07:43:24.046Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T07:43:24.047Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:43:24.047Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8a96ebae-1e5d-4cc3-b2c8-16446b9b914d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-08T07:43:24.071Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:24.072Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vFW 3c00d5f0-0dfc 0 is matching search criteria
2022-08-08T07:43:24.072Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3c00d5f0-0dfc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:43:24.073Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:24.073Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vFW 3c00d5f0-0dfc 0 is not matching search criteria
2022-08-08T07:43:24.074Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T07:43:24.074Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T07:43:24.075Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:43:24.075Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T07:43:24.075Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T07:43:24.075Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:43:24.076Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T07:43:24.076Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-08T07:43:24.076Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T07:43:24.077Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T07:43:24.077Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T07:43:24.078Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:43:24.078Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e4187097-f12f-4ba6-bda8-2012bbccc70b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-08T07:43:24.091Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:24.091Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vFW 3c00d5f0-0dfc 0 is matching search criteria
2022-08-08T07:43:24.091Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3c00d5f0-0dfc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:43:24.092Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:24.092Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vFW 3c00d5f0-0dfc 0 is not matching search criteria
2022-08-08T07:43:24.092Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T07:43:24.093Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T07:43:24.093Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:43:24.093Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T07:43:24.094Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T07:43:24.094Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T07:43:24.094Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T07:43:24.095Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T07:43:24.095Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T07:43:24.095Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T07:43:24.095Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T07:43:24.096Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-08T07:43:24.096Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=38166ac7-55d8-49ac-8803-d65ccce37723
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-08T07:43:24.101Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:24.102Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vFW 3c00d5f0-0dfc 0 is matching search criteria
2022-08-08T07:43:24.102Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3c00d5f0-0dfc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:43:24.102Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:24.103Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Node template vFW 3c00d5f0-0dfc 0 is matching search criteria
2022-08-08T07:43:24.103Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 3c00d5f0-0dfc 0] matching following query criteria: sdcType=VF, customizationUUID=9ffb89fb-fcf5-4775-a1de-d7b553db85bf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:43:24.108Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:24.108Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-38-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:43:24.109Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 53eb0e72-c101-49a7-a7fd-be2d7791f6b5: vFW 3c00d5f0-0dfc
2022-08-08T07:43:24.109Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:24.109Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-38-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:43:24.109Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:24.110Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-38-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:43:24.110Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:24.110Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-38-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:43:24.111Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:24.111Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-38-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:43:24.111Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:43:24.111Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-38-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:43:24.112Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-08-08 07-38-45 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:43:25.094Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3c00d5f0-0dfc 94afa8a1-8f6c-483b-8bf0-47f72dd8b4fd 1 ASDC deployResourceStructure
2022-08-08T07:43:25.095Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json ASDC sendASDCNotification
2022-08-08T07:43:25.095Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json
2022-08-08T07:43:25.095Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:43:25.095Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:25.097Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:25.097Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944605094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T07:43:25.197Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:43:25.198Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:25.198Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:25.212Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:43:25.212Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:43:26.099Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-08T07:43:26.099Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml
2022-08-08T07:43:26.100Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:43:26.100Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:26.102Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:26.103Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944606099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-08T07:43:26.202Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:43:26.203Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:26.203Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:26.237Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:43:26.238Z||pool-47-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:43:27.104Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-08T07:43:27.104Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env
2022-08-08T07:43:27.104Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:43:27.104Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:27.106Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:27.106Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944607104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-08T07:43:27.207Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:43:27.207Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:27.208Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:27.221Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:43:27.222Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:43:28.107Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar ASDC sendASDCNotification
2022-08-08T07:43:28.108Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar
2022-08-08T07:43:28.108Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:43:28.108Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:43:28.110Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:43:28.110Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944608107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:43:28.210Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:43:28.211Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:43:28.211Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:43:28.225Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:43:28.226Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:43:29.111Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0c2299d-8b06-4539-a019-0004a501ed6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:43:29.119Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0c2299d-8b06-4539-a019-0004a501ed6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:43:29.121Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:43:29.122Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:43:29.122Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:43:29.122Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:43:59.122Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0c2299d-8b06-4539-a019-0004a501ed6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:43:59.134Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0c2299d-8b06-4539-a019-0004a501ed6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:43:59.136Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:43:59.137Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:43:59.137Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:43:59.137Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:44:01.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:44:01.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:44:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:44:02.629Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:44:02.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef2d579b-55a3-4d58-98e3-d81f786da432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944583937,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T07:44:02.631Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:44:02.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944584955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:44:02.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:44:02.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944584955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T07:44:02.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:44:02.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944584955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T07:44:02.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:44:02.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944584955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:44:02.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:44:02.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944584955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-08T07:44:02.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:44:02.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944584955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:44:02.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:44:02.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944584955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:44:02.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:44:02.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944596704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:44:02.633Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:44:02.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944600457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:44:02.634Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:44:02.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944601667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:44:02.634Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:44:02.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944602876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:44:02.634Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:44:02.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944605094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/vfw3c00d5f00dfc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T07:44:02.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:44:02.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944606099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-08T07:44:02.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:44:02.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944607104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/resourceInstances/vfw3c00d5f00dfc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-08T07:44:02.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:44:02.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944608107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808073845/1.0/artifacts/service-Vfw20220808073845-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:44:02.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:44:02.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "aai-ml",
  "timestamp": 1659944610764,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:44:02.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:44:02.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944610546,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:44:02.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:44:02.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "policy-id",
  "timestamp": 1659944613294,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:44:02.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:44:02.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "cds",
  "timestamp": 1659944606866,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:44:02.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:44:02.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944610546,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:44:02.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:44:02.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "aai-ml",
  "timestamp": 1659944610764,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:44:02.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:44:02.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "policy-id",
  "timestamp": 1659944613294,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:44:02.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:44:02.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "cds",
  "timestamp": 1659944606866,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:44:02.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:44:02.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944615342,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:44:02.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:44:02.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "aai-ml",
  "timestamp": 1659944616632,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:44:02.639Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:44:02.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "cds",
  "timestamp": 1659944616461,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:44:02.639Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:44:02.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "policy-id",
  "timestamp": 1659944616747,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:44:02.639Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:44:02.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944615342,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:44:02.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:44:02.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "cds",
  "timestamp": 1659944617467,
  "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 (?, ?, ?, ?, ?)
2022-08-08T07:44:02.655Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9c360e80-f86b-42d7-a703-98a78014058f
2022-08-08T07:44:02.655Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c360e80-f86b-42d7-a703-98a78014058f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:44:02.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "policy-id",
  "timestamp": 1659944617751,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:44:02.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:44:02.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "policy-id",
  "timestamp": 1659944618754,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:44:02.678Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c360e80-f86b-42d7-a703-98a78014058f
2022-08-08T07:44:02.678Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c360e80-f86b-42d7-a703-98a78014058f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:44:02.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "aai-ml",
  "timestamp": 1659944621530,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:44:02.699Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:44:02.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-08T07:44:02.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "aai-ml",
  "timestamp": 1659944622535,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:44:02.706Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9c360e80-f86b-42d7-a703-98a78014058f
2022-08-08T07:44:02.706Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c360e80-f86b-42d7-a703-98a78014058f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:44:29.137Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0c2299d-8b06-4539-a019-0004a501ed6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:44:29.155Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0c2299d-8b06-4539-a019-0004a501ed6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:44:29.157Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:44:29.157Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:44:29.157Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:44:29.157Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:44:59.157Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0c2299d-8b06-4539-a019-0004a501ed6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:44:59.169Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0c2299d-8b06-4539-a019-0004a501ed6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:44:59.171Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:44:59.171Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:44:59.171Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:44:59.171Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:45:01.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:45:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:45:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:45:11.538Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:45:29.171Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0c2299d-8b06-4539-a019-0004a501ed6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:45:29.200Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0c2299d-8b06-4539-a019-0004a501ed6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:45:29.203Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:45:29.203Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:45:29.203Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:45:29.204Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:45:59.204Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0c2299d-8b06-4539-a019-0004a501ed6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:45:59.225Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0c2299d-8b06-4539-a019-0004a501ed6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:45:59.227Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:45:59.227Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:45:59.227Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:45:59.227Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:46:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:46:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:46:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:46:02.612Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:46:02.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944715342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "policy-id",
  "timestamp": 1659944713294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "cds",
  "timestamp": 1659944711866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944715342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "policy-id",
  "timestamp": 1659944713294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "cds",
  "timestamp": 1659944711866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944715342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "policy-id",
  "timestamp": 1659944713294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "cds",
  "timestamp": 1659944711866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944715342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "policy-id",
  "timestamp": 1659944713294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "cds",
  "timestamp": 1659944711866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944715342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "policy-id",
  "timestamp": 1659944713294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "cds",
  "timestamp": 1659944711866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944715342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-08T07:46:02.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "policy-id",
  "timestamp": 1659944713294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "cds",
  "timestamp": 1659944711866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944715342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "policy-id",
  "timestamp": 1659944713294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "cds",
  "timestamp": 1659944711866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944715342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "policy-id",
  "timestamp": 1659944713294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:46:02.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "cds",
  "timestamp": 1659944711866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:46:02.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944729996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:46:02.627Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:46:02.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "policy-id",
  "timestamp": 1659944729948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:46:02.628Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:46:02.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "cds",
  "timestamp": 1659944729865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:46:02.628Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:46:02.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "policy-id",
  "timestamp": 1659944730953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:46:02.629Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:46:02.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944730546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "cds",
  "timestamp": 1659944730877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:46:02.648Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
2022-08-08T07:46:02.648Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:46:02.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944731212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-08T07:46:02.662Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:46:02.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "aai-ml",
  "timestamp": 1659944730763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.663Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "policy-id",
  "timestamp": 1659944731956,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:46:02.668Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
2022-08-08T07:46:02.668Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:46:02.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944730546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944732216,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:46:02.687Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
2022-08-08T07:46:02.687Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:46:02.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "aai-ml",
  "timestamp": 1659944730763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944730546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "aai-ml",
  "timestamp": 1659944730763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944730546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "aai-ml",
  "timestamp": 1659944730763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944730546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "aai-ml",
  "timestamp": 1659944730763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944730546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "aai-ml",
  "timestamp": 1659944730763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944730546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "aai-ml",
  "timestamp": 1659944730763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944730546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:46:02.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "aai-ml",
  "timestamp": 1659944730763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:46:02.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "aai-ml",
  "timestamp": 1659944739839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:46:02.727Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:46:02.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944735343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "policy-id",
  "timestamp": 1659944733294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "cds",
  "timestamp": 1659944741866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944735343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "policy-id",
  "timestamp": 1659944733294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "cds",
  "timestamp": 1659944741866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944735343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "policy-id",
  "timestamp": 1659944733294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "cds",
  "timestamp": 1659944741866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944735343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "policy-id",
  "timestamp": 1659944733294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "cds",
  "timestamp": 1659944741866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "aai-ml",
  "timestamp": 1659944746329,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:46:02.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:46:02.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944735343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "policy-id",
  "timestamp": 1659944733294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-08T07:46:02.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "cds",
  "timestamp": 1659944741866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "aai-ml",
  "timestamp": 1659944747333,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:46:02.743Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
2022-08-08T07:46:02.743Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:46:02.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944735343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "policy-id",
  "timestamp": 1659944733294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "cds",
  "timestamp": 1659944741866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944735343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "policy-id",
  "timestamp": 1659944733294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "cds",
  "timestamp": 1659944741866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944735343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "cds",
  "timestamp": 1659944741866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "policy-id",
  "timestamp": 1659944733294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659944735343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944750546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "policy-id",
  "timestamp": 1659944733294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:46:02.765Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "cds",
  "timestamp": 1659944741866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:46:02.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944750546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-08T07:46:02.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "cds",
  "timestamp": 1659944752278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:46:02.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:46:02.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "policy-id",
  "timestamp": 1659944752554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:46:02.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:46:02.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944750546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-08T07:46:02.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "cds",
  "timestamp": 1659944753336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:46:02.789Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f8209362-3942-42d8-94f1-7f5f9baacc15
2022-08-08T07:46:02.789Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8209362-3942-42d8-94f1-7f5f9baacc15 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:46:02.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "policy-id",
  "timestamp": 1659944753558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:46:02.801Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:46:02.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944750546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T07:46:02.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "policy-id",
  "timestamp": 1659944754561,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:46:02.808Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8209362-3942-42d8-94f1-7f5f9baacc15
2022-08-08T07:46:02.808Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8209362-3942-42d8-94f1-7f5f9baacc15 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:46:02.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944750546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-08T07:46:02.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944750546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944750546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-08T07:46:02.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944750546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944750546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:46:02.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:02.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944760326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:46:02.828Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:46:02.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944761553,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:46:02.828Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:46:02.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:46:02.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "aai-ml",
  "timestamp": 1659944760763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:46:02.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:46:29.227Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0c2299d-8b06-4539-a019-0004a501ed6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:46:29.257Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0c2299d-8b06-4539-a019-0004a501ed6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:46:29.259Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:46:29.259Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:46:29.259Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:46:29.259Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:46:59.260Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0c2299d-8b06-4539-a019-0004a501ed6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:46:59.290Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0c2299d-8b06-4539-a019-0004a501ed6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:46:59.294Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:46:59.294Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:46:59.294Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:46:59.294Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:47:01.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:47:01.974Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:47:01.974Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:47:02.005Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:47:02.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:47:02.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "aai-ml",
  "timestamp": 1659944760763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:47:02.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:47:29.295Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0c2299d-8b06-4539-a019-0004a501ed6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:47:29.320Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0c2299d-8b06-4539-a019-0004a501ed6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:47:29.322Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:47:29.322Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:47:29.322Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:47:29.322Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:47:59.323Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0c2299d-8b06-4539-a019-0004a501ed6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:47:59.337Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0c2299d-8b06-4539-a019-0004a501ed6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:47:59.339Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:47:59.339Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:47:59.339Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:47:59.340Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:48:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:48:01.974Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:48:01.974Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:48:02.023Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:48:02.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:48:02.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944762740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:48:02.025Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:48:29.340Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-08-08T07:48:29.340Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e0c2299d-8b06-4539-a019-0004a501ed6b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-08T07:48:29.347Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e0c2299d-8b06-4539-a019-0004a501ed6b and serviceModelVersionId: 53eb0e72-c101-49a7-a7fd-be2d7791f6b5
2022-08-08T07:48:29.347Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0527b391-4e18-405d-9a7b-66237a0829c5
2022-08-08T07:48:29.350Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0527b391-4e18-405d-9a7b-66237a0829c5/model-vers/model-ver/53eb0e72-c101-49a7-a7fd-be2d7791f6b5?depth=0
2022-08-08T07:48:29.358Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-08-08T07:48:29.426Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0527b391-4e18-405d-9a7b-66237a0829c5/model-vers/model-ver/53eb0e72-c101-49a7-a7fd-be2d7791f6b5?depth=0|INFO|500||Invoke
2022-08-08T07:48:29.427Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0527b391-4e18-405d-9a7b-66237a0829c5/model-vers/model-ver/53eb0e72-c101-49a7-a7fd-be2d7791f6b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0527b391-4e18-405d-9a7b-66237a0829c5/model-vers/model-ver/53eb0e72-c101-49a7-a7fd-be2d7791f6b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e0c2299d-8b06-4539-a019-0004a501ed6b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[828c9105-c8ba-4622-8388-ac550ef3edce], X-ECOMP-RequestID=[e0c2299d-8b06-4539-a019-0004a501ed6b], X-TransactionId=[], X-ONAP-RequestID=[e0c2299d-8b06-4539-a019-0004a501ed6b], Content-Type=[application/merge-patch+json]}
2022-08-08T07:48:29.455Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0527b391-4e18-405d-9a7b-66237a0829c5/model-vers/model-ver/53eb0e72-c101-49a7-a7fd-be2d7791f6b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-08-08T07:48:29.872Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0527b391-4e18-405d-9a7b-66237a0829c5/model-vers/model-ver/53eb0e72-c101-49a7-a7fd-be2d7791f6b5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0527b391-4e18-405d-9a7b-66237a0829c5/model-vers/model-ver/53eb0e72-c101-49a7-a7fd-be2d7791f6b5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220808-07:48:29:529-57503], vertex-id=[421968], Content-Length=[0], Date=[Mon, 08 Aug 2022 07:48:29 GMT], Content-Type=[application/json]}
2022-08-08T07:48:29.873Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0527b391-4e18-405d-9a7b-66237a0829c5/model-vers/model-ver/53eb0e72-c101-49a7-a7fd-be2d7791f6b5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-08T07:48:29.874Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0527b391-4e18-405d-9a7b-66237a0829c5/model-vers/model-ver/53eb0e72-c101-49a7-a7fd-be2d7791f6b5?depth=0|INFO|500||InvokeReturn
2022-08-08T07:48:29.874Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-08T07:48:29.875Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:48:29.922Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-08T07:48:29.923Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e0c2299d-8b06-4539-a019-0004a501ed6b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-08-08T07:48:29.923Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-08T07:48:29.924Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:48:29.929Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:48:29.929Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944909923,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T07:48:30.029Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:48:30.030Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:48:30.030Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:48:30.064Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:48:30.065Z||pool-50-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T07:48:30.947Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:48:30.947Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:48:30.947Z|e0c2299d-8b06-4539-a019-0004a501ed6b|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 vkGyok14KwHm0i1V) ...
2022-08-08T07:48:35.384Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:48:35.385Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-08T07:48:35.386Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"9c360e80-f86b-42d7-a703-98a78014058f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"44bacfd1-f548-45a4-9bdb-67410538e75a","serviceDescription":"service","serviceInvariantUUID":"45a68f30-95a2-48a4-8623-8f0a7bcc42dd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a74b740a-47c3-4239-801d-cd765fb7400c","resourceInvariantUUID":"8b053f08-fcab-4a45-9777-2c9dacb32340","resourceCustomizationUUID":"83633327-79d0-47e5-bd69-2417de6e8b1a","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":"NDNlYjNhOTA3OTExODhjZGU2OWQyNWIxMWE4OGU2YjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c4d0f148-b6ce-413e-887f-9e5de3f879a7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzRlODgwNTlmMTg1ZWUwNTQ3MmViN2M5MTEzNjUxMjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7f6bd69c-59a0-427d-bc4a-d813a792299d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-08T07:48:35.389Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:48:35.390Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:48:35.391Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:48:35.392Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:48:35.492Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:48:35.492Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:48:35.493Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:48:35.516Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:48:35.517Z||pool-51-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:48:36.392Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:48:36.393Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:48:36.395Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:48:36.395Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:48:36.495Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:48:36.496Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:48:36.496Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:48:36.510Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:48:36.510Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:48:37.396Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "44bacfd1-f548-45a4-9bdb-67410538e75a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45a68f30-95a2-48a4-8623-8f0a7bcc42dd",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "83633327-79d0-47e5-bd69-2417de6e8b1a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "a74b740a-47c3-4239-801d-cd765fb7400c",
      "resourceInvariantUUID": "8b053f08-fcab-4a45-9777-2c9dacb32340",
      "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": "YzRlODgwNTlmMTg1ZWUwNTQ3MmViN2M5MTEzNjUxMjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7f6bd69c-59a0-427d-bc4a-d813a792299d"
    }
  ],
  "workloadContext": "Production"
}
2022-08-08T07:48:37.396Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-08T07:48:37.396Z|e0c2299d-8b06-4539-a019-0004a501ed6b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44bacfd1-f548-45a4-9bdb-67410538e75a ASDC
2022-08-08T07:48:37.397Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:9c360e80-f86b-42d7-a703-98a78014058f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:44bacfd1-f548-45a4-9bdb-67410538e75a
ServiceInvariantUUID:45a68f30-95a2-48a4-8623-8f0a7bcc42dd
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:7f6bd69c-59a0-427d-bc4a-d813a792299d
ArtifactChecksum:YzRlODgwNTlmMTg1ZWUwNTQ3MmViN2M5MTEzNjUxMjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:83633327-79d0-47e5-bd69-2417de6e8b1a
ResourceInvariantUUID:8b053f08-fcab-4a45-9777-2c9dacb32340
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:a74b740a-47c3-4239-801d-cd765fb7400c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-08-08T07:48:37.397Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44bacfd1-f548-45a4-9bdb-67410538e75a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T07:48:37.438Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T07:48:37.439Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:48:37.439Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:48:37.439Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7f6bd69c-59a0-427d-bc4a-d813a792299d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-08T07:48:37.439Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:48:37.439Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-08T07:48:37.804Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:48:37.807Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7f6bd69c-59a0-427d-bc4a-d813a792299d 56528
2022-08-08T07:48:37.807Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-08T07:48:37.807Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-08T07:48:37.807Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:48:37.807Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:48:37.810Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:48:37.810Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944917807,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:48:37.910Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:48:37.911Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:48:37.911Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:48:37.925Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:48:37.926Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:48:38.810Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T07:48:38.811Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:48:38.812Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 7f6bd69c-59a0-427d-bc4a-d813a792299d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-08T07:48:38.812Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-08-08T07:48:38.812Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-08T07:48:38.812Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-08T07:48:39.042Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1513724414094504014/Definitions/service-BasicNetwork-template.yml
2022-08-08T07:48:39.597Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-08T07:48:39.597Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T07:48:39.597Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-08T07:48:39.598Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-08-08T07:48:39.598Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-08T07:48:39.598Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-08T07:48:39.598Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-08T07:48:39.598Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-08T07:48:39.598Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-08T07:48:39.598Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-08T07:48:39.598Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-08T07:48:39.598Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-08T07:48:39.598Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T07:48:39.599Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:48:39.599Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:48:39.599Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-08T07:48:39.599Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T07:48:39.599Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T07:48:39.600Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:48:39.600Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:48:39.600Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-08T07:48:39.600Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T07:48:39.600Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T07:48:39.600Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:48:39.600Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:48:39.601Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:48:39.601Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:48:39.601Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:48:39.601Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:48:39.601Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:48:39.601Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:48:39.602Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:48:39.602Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:48:39.602Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:44bacfd1-f548-45a4-9bdb-67410538e75a
Model Version:NULL
Model InvariantUuid:45a68f30-95a2-48a4-8623-8f0a7bcc42dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8b053f08-fcab-4a45-9777-2c9dacb32340
Model UUID:44607c8a-5d95-48e9-9cd1-1f31f73e36ea
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:83633327-79d0-47e5-bd69-2417de6e8b1a
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-08T07:48:39.652Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: a74b740a-47c3-4239-801d-cd765fb7400c
2022-08-08T07:48:39.652Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||No resources found for Service: 44bacfd1-f548-45a4-9bdb-67410538e75a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:48:39.686Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||
2022-08-08T07:48:39.686Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-08-08T07:48:39.687Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 44bacfd1-f548-45a4-9bdb-67410538e75a
2022-08-08T07:48:39.687Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 44bacfd1-f548-45a4-9bdb-67410538e75a
2022-08-08T07:48:39.687Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-08-08T07:48:39.687Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:48:39.732Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e141f9d, org.onap.sdc.toscaparser.api.parameters.Input@4d0d6aa9, org.onap.sdc.toscaparser.api.parameters.Input@5e779af9, org.onap.sdc.toscaparser.api.parameters.Input@27451bff, org.onap.sdc.toscaparser.api.parameters.Input@6963007d]
2022-08-08T07:48:39.733Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:48:39.734Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:48:39.734Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:48:39.734Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:48:39.734Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 44bacfd1-f548-45a4-9bdb-67410538e75a: Generic NeutronNet
2022-08-08T07:48:39.735Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:48:39.735Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:48:39.735Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:48:39.735Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-08-08T07:48:39.838Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:48:39.838Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:48:39.839Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:48:39.839Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:48:39.839Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:48:39.839Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:48:39.840Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-08-08T07:48:40.246Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-08-08T07:48:40.247Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-08T07:48:40.247Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-08T07:48:40.247Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:48:40.247Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:48:40.249Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:48:40.250Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944920247,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:48:40.350Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:48:40.351Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:48:40.351Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:48:40.367Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:48:40.367Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:48:41.250Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c360e80-f86b-42d7-a703-98a78014058f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:48:41.271Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c360e80-f86b-42d7-a703-98a78014058f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:48:41.273Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:48:41.273Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:48:41.273Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:48:41.273Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:49:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:49:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:49:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:49:02.012Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:49:02.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:49:02.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "aai-ml",
  "timestamp": 1659944760763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:49:02.014Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:49:02.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:49:02.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944764220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:49:02.014Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:49:02.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:49:02.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "aai-ml",
  "timestamp": 1659944760763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:49:02.015Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:49:02.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:49:02.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944765278,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:49:02.021Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8209362-3942-42d8-94f1-7f5f9baacc15
2022-08-08T07:49:02.021Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8209362-3942-42d8-94f1-7f5f9baacc15 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-08T07:49:02.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:49:02.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "aai-ml",
  "timestamp": 1659944760763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:49:02.030Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:49:02.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:49:02.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659944766281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T07:49:02.031Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:49:02.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:49:02.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "aai-ml",
  "timestamp": 1659944760763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:49:02.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:49:02.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:49:02.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "aai-ml",
  "timestamp": 1659944760763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:49:02.032Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:49:02.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:49:02.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "aai-ml",
  "timestamp": 1659944760763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:49:02.032Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:49:02.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:49:02.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "aai-ml",
  "timestamp": 1659944760763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:49:02.033Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:49:02.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:49:02.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "aai-ml",
  "timestamp": 1659944770493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:49:02.033Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:49:02.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:49:02.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "aai-ml",
  "timestamp": 1659944781561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:49:02.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:49:02.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:49:02.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "aai-ml",
  "timestamp": 1659944782565,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:49:02.039Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f8209362-3942-42d8-94f1-7f5f9baacc15
2022-08-08T07:49:02.039Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8209362-3942-42d8-94f1-7f5f9baacc15 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:49:11.274Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c360e80-f86b-42d7-a703-98a78014058f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:49:11.288Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c360e80-f86b-42d7-a703-98a78014058f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:49:11.291Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:49:11.291Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:49:11.291Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:49:11.291Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:49:41.291Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c360e80-f86b-42d7-a703-98a78014058f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:49:41.309Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c360e80-f86b-42d7-a703-98a78014058f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:49:41.312Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:49:41.312Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:49:41.312Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:49:41.312Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:50:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:50:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:50:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:50:02.499Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:50:02.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:50:02.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0c2299d-8b06-4539-a019-0004a501ed6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944909923,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T07:50:02.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:50:02.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:50:02.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:50:02.501Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:50:02.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:50:02.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:50:02.502Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:50:02.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:50:02.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944917807,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:50:02.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:50:02.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:50:02.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944920247,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:50:02.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:50:11.312Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c360e80-f86b-42d7-a703-98a78014058f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:50:11.329Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c360e80-f86b-42d7-a703-98a78014058f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:50:11.331Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:50:11.332Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:50:11.332Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:50:11.332Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:50:41.332Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c360e80-f86b-42d7-a703-98a78014058f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:50:41.344Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c360e80-f86b-42d7-a703-98a78014058f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:50:41.346Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:50:41.346Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:50:41.346Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:50:41.346Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:51:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:51:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:51:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:51:02.612Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:51:02.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945010546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "cds",
  "timestamp": 1659945011866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945010546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T07:51:02.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "cds",
  "timestamp": 1659945011866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945010546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T07:51:02.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "policy-id",
  "timestamp": 1659945013294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "cds",
  "timestamp": 1659945011866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945010546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "policy-id",
  "timestamp": 1659945013294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "cds",
  "timestamp": 1659945011866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945010546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-08T07:51:02.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945015343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "policy-id",
  "timestamp": 1659945013294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T07:51:02.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "cds",
  "timestamp": 1659945011866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945010546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945015343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "policy-id",
  "timestamp": 1659945013294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "cds",
  "timestamp": 1659945011866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945010546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:51:02.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945015343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "policy-id",
  "timestamp": 1659945013294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "cds",
  "timestamp": 1659945011866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:51:02.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945015343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "policy-id",
  "timestamp": 1659945013294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945019453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:51:02.623Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:51:02.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945015343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "cds",
  "timestamp": 1659945019767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:51:02.624Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:51:02.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "policy-id",
  "timestamp": 1659945013294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:51:02.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945020820,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:51:02.625Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:51:02.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945015343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "cds",
  "timestamp": 1659945020794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:51:02.641Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
2022-08-08T07:51:02.642Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07f6a3e3-23bc-4fd1-ab78-7e68388076e5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:51:02.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "policy-id",
  "timestamp": 1659945021185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:51:02.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:51:02.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945021933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:51:02.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:51:02.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945015343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "policy-id",
  "timestamp": 1659945022189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:51:02.656Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:51:02.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945022965,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:51:02.662Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
2022-08-08T07:51:02.662Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07f6a3e3-23bc-4fd1-ab78-7e68388076e5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:51:02.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "policy-id",
  "timestamp": 1659945023191,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:51:02.684Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
2022-08-08T07:51:02.684Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07f6a3e3-23bc-4fd1-ab78-7e68388076e5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-08T07:51:02.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945023968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T07:51:02.690Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:51:02.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "aai-ml",
  "timestamp": 1659945030763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "aai-ml",
  "timestamp": 1659945030763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "aai-ml",
  "timestamp": 1659945030763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "aai-ml",
  "timestamp": 1659945030763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "aai-ml",
  "timestamp": 1659945030763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.692Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "aai-ml",
  "timestamp": 1659945030763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:51:02.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "aai-ml",
  "timestamp": 1659945030763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:51:02.693Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:51:02.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.693Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "aai-ml",
  "timestamp": 1659945038648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:51:02.693Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:51:02.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "aai-ml",
  "timestamp": 1659945053157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:51:02.694Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:51:02.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T07:51:02.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "aai-ml",
  "timestamp": 1659945054161,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:51:02.698Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
2022-08-08T07:51:02.698Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07f6a3e3-23bc-4fd1-ab78-7e68388076e5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:51:11.346Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c360e80-f86b-42d7-a703-98a78014058f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:51:11.371Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c360e80-f86b-42d7-a703-98a78014058f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:51:11.373Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:51:11.373Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:51:11.374Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:51:11.374Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:51:41.374Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c360e80-f86b-42d7-a703-98a78014058f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:51:41.404Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c360e80-f86b-42d7-a703-98a78014058f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:51:41.406Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:51:41.406Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:51:41.406Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:51:41.406Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:52:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:52:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:52:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:52:11.407Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c360e80-f86b-42d7-a703-98a78014058f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:52:11.427Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c360e80-f86b-42d7-a703-98a78014058f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:52:11.429Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:52:11.430Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:52:11.430Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:52:11.430Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:52:11.525Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:52:41.430Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c360e80-f86b-42d7-a703-98a78014058f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:52:41.449Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c360e80-f86b-42d7-a703-98a78014058f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:52:41.452Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:52:41.452Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:52:41.452Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:52:41.452Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:53:01.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:53:01.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:53:01.975Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:53:11.453Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c360e80-f86b-42d7-a703-98a78014058f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:53:11.478Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c360e80-f86b-42d7-a703-98a78014058f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:53:11.480Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:53:11.480Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:53:11.480Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:53:11.481Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:53:11.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:53:41.481Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-08-08T07:53:41.482Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c360e80-f86b-42d7-a703-98a78014058f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-08T07:53:41.497Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c360e80-f86b-42d7-a703-98a78014058f and serviceModelVersionId: 44bacfd1-f548-45a4-9bdb-67410538e75a
2022-08-08T07:53:41.497Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45a68f30-95a2-48a4-8623-8f0a7bcc42dd
2022-08-08T07:53:41.499Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45a68f30-95a2-48a4-8623-8f0a7bcc42dd/model-vers/model-ver/44bacfd1-f548-45a4-9bdb-67410538e75a?depth=0
2022-08-08T07:53:41.508Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-08-08T07:53:41.573Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45a68f30-95a2-48a4-8623-8f0a7bcc42dd/model-vers/model-ver/44bacfd1-f548-45a4-9bdb-67410538e75a?depth=0|INFO|500||Invoke
2022-08-08T07:53:41.574Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45a68f30-95a2-48a4-8623-8f0a7bcc42dd/model-vers/model-ver/44bacfd1-f548-45a4-9bdb-67410538e75a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45a68f30-95a2-48a4-8623-8f0a7bcc42dd/model-vers/model-ver/44bacfd1-f548-45a4-9bdb-67410538e75a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9c360e80-f86b-42d7-a703-98a78014058f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[488f8354-bcfc-4bc9-aef4-8e620ad1b0c1], X-ECOMP-RequestID=[9c360e80-f86b-42d7-a703-98a78014058f], X-TransactionId=[], X-ONAP-RequestID=[9c360e80-f86b-42d7-a703-98a78014058f], Content-Type=[application/merge-patch+json]}
2022-08-08T07:53:41.601Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45a68f30-95a2-48a4-8623-8f0a7bcc42dd/model-vers/model-ver/44bacfd1-f548-45a4-9bdb-67410538e75a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-08-08T07:53:41.997Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45a68f30-95a2-48a4-8623-8f0a7bcc42dd/model-vers/model-ver/44bacfd1-f548-45a4-9bdb-67410538e75a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45a68f30-95a2-48a4-8623-8f0a7bcc42dd/model-vers/model-ver/44bacfd1-f548-45a4-9bdb-67410538e75a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220808-07:53:41:670-23801], vertex-id=[233688], Content-Length=[0], Date=[Mon, 08 Aug 2022 07:53:41 GMT], Content-Type=[application/json]}
2022-08-08T07:53:41.997Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45a68f30-95a2-48a4-8623-8f0a7bcc42dd/model-vers/model-ver/44bacfd1-f548-45a4-9bdb-67410538e75a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-08T07:53:41.998Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45a68f30-95a2-48a4-8623-8f0a7bcc42dd/model-vers/model-ver/44bacfd1-f548-45a4-9bdb-67410538e75a?depth=0|INFO|500||InvokeReturn
2022-08-08T07:53:41.998Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-08T07:53:41.999Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:53:42.041Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-08T07:53:42.042Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c360e80-f86b-42d7-a703-98a78014058f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-08-08T07:53:42.042Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-08T07:53:42.043Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:53:42.046Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:53:42.046Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945222042,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T07:53:42.146Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:53:42.148Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:53:42.148Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:53:42.166Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:53:42.167Z||pool-55-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T07:53:43.073Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-08T07:53:43.073Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"27e55b0d-1611-4dc1-a11b-8254c3d3f8ca","serviceName":"Demo_pNF_4SKJtojMwUzxti1pBzV6","serviceVersion":"1.0","serviceUUID":"3ea9feaa-2a9e-4440-8f49-791134a3e4b1","serviceDescription":"catalog service description","serviceInvariantUUID":"af431f9e-f7b6-420f-9156-0831cb5cf5b6","resources":[{"resourceInstanceName":"pNF f578ead4-6960 0","resourceName":"pNF f578ead4-6960","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a3bd4104-f22c-4345-82a6-41746f0b720b","resourceInvariantUUID":"7b5559be-c9fd-41b1-9661-56abeadae144","resourceCustomizationUUID":"ab21d01f-29a5-4770-85d7-670d9446ba76","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/vf-license-model.xml","artifactChecksum":"MjdhZThmYjM5ZmMzMjg1NDJmZDM2N2YwYmEzYjljNDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ed3426a-f7bd-4453-a488-9974edc8fa35","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/pNF.csar","artifactChecksum":"NDhhZTAzMGU3MDIzYTlhOWM4NzliNzkwYTdiZjVmZWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a6b194b-34d3-4918-93f9-ffd1ff0a2845","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"afbc2b90-686f-40d7-bac5-d9ef0a11d090","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/vendor-license-model.xml","artifactChecksum":"OGM4YjE4Y2U1MWMxZDEwNDMyYWRiZWUzYjUxYWFlYWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"efce4a45-3f0b-40e5-9d04-e6d37662c8f7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"29be4f4f-0bd4-42a9-8a36-8cd8a43583d9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ec7274c1-3732-4e5a-8b20-7b170a80bf43","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4skjtojmwuzxti1pbzv6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-template.yml","artifactChecksum":"YzRiMjA5N2NiYjAwOWY4YTFhMjE1ODdhZDllMTY2MjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7fe9bca-27aa-4434-a96c-fa6a359fb7ae","artifactVersion":"1"},{"artifactName":"service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar","artifactChecksum":"YWM1YTY5NjUyMGJjODE4NmM1OTMxMDVlZmQ3NDFmM2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"240e159e-4995-4102-b27d-729b3b2d1036","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-08T07:53:43.074Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:53:43.075Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:53:43.082Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:53:43.083Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:53:43.183Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:53:43.184Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:53:43.184Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:53:43.214Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:53:43.215Z||pool-56-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:53:44.083Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:53:44.084Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:53:44.086Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:53:44.086Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:53:44.187Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:53:44.188Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:53:44.188Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:53:44.214Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:53:44.215Z||pool-57-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:53:45.087Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:53:45.088Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:53:45.091Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:53:45.091Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:53:45.191Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:53:45.192Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:53:45.192Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:53:45.206Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:53:45.206Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:53:46.092Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:53:46.093Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:53:46.095Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:53:46.095Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:53:46.195Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:53:46.196Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:53:46.196Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:53:46.210Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:53:46.210Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:53:47.096Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:53:47.097Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:53:47.099Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:53:47.099Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:53:47.199Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:53:47.200Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:53:47.200Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:53:47.213Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:53:47.213Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:53:48.100Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:53:48.101Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:53:48.103Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:53:48.103Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:53:48.203Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:53:48.204Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:53:48.204Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:53:48.219Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:53:48.220Z||pool-61-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:53:49.104Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:53:49.105Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:53:49.107Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:53:49.107Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:53:49.207Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:53:49.208Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:53:49.208Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:53:49.222Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:53:49.222Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:53:50.108Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:53:50.109Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:53:50.111Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:53:50.111Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:53:50.212Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:53:50.213Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:53:50.213Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:53:50.228Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:53:50.228Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:53:51.113Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "serviceName": "Demo_pNF_4SKJtojMwUzxti1pBzV6",
  "serviceVersion": "1.0",
  "serviceUUID": "3ea9feaa-2a9e-4440-8f49-791134a3e4b1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "af431f9e-f7b6-420f-9156-0831cb5cf5b6",
  "resources": [
    {
      "resourceInstanceName": "pNF f578ead4-6960 0",
      "resourceCustomizationUUID": "ab21d01f-29a5-4770-85d7-670d9446ba76",
      "resourceName": "pNF f578ead4-6960",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a3bd4104-f22c-4345-82a6-41746f0b720b",
      "resourceInvariantUUID": "7b5559be-c9fd-41b1-9661-56abeadae144",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar",
      "artifactChecksum": "YWM1YTY5NjUyMGJjODE4NmM1OTMxMDVlZmQ3NDFmM2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "240e159e-4995-4102-b27d-729b3b2d1036"
    }
  ],
  "workloadContext": "Production"
}
2022-08-08T07:53:51.113Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-08T07:53:51.114Z|9c360e80-f86b-42d7-a703-98a78014058f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3ea9feaa-2a9e-4440-8f49-791134a3e4b1 ASDC
2022-08-08T07:53:51.114Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
ServiceName:Demo_pNF_4SKJtojMwUzxti1pBzV6
ServiceVersion:1.0
ServiceUUID:3ea9feaa-2a9e-4440-8f49-791134a3e4b1
ServiceInvariantUUID:af431f9e-f7b6-420f-9156-0831cb5cf5b6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar
ArtifactUUID:240e159e-4995-4102-b27d-729b3b2d1036
ArtifactChecksum:YWM1YTY5NjUyMGJjODE4NmM1OTMxMDVlZmQ3NDFmM2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f578ead4-6960 0
ResourceCustomizationUUID:ab21d01f-29a5-4770-85d7-670d9446ba76
ResourceInvariantUUID:7b5559be-c9fd-41b1-9661-56abeadae144
ResourceName:pNF f578ead4-6960
ResourceType:PNF
ResourceUUID:a3bd4104-f22c-4345-82a6-41746f0b720b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-08T07:53:51.114Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ea9feaa-2a9e-4440-8f49-791134a3e4b1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T07:53:51.148Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T07:53:51.148Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:53:51.148Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:53:51.149Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 240e159e-4995-4102-b27d-729b3b2d1036 from URL: /sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar
2022-08-08T07:53:51.149Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:53:51.149Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar
2022-08-08T07:53:51.417Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:53:51.421Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar 240e159e-4995-4102-b27d-729b3b2d1036 86692
2022-08-08T07:53:51.421Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar ASDC sendASDCNotification
2022-08-08T07:53:51.422Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar
2022-08-08T07:53:51.422Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:53:51.422Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:53:51.424Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:53:51.424Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945231421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:53:51.524Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:53:51.525Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:53:51.525Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:53:51.539Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:53:51.540Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:53:52.425Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T07:53:52.426Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:53:52.426Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 240e159e-4995-4102-b27d-729b3b2d1036, URL: /sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar to file: /app/ASDC/1/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar
2022-08-08T07:53:52.427Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar
2022-08-08T07:53:52.427Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar
2022-08-08T07:53:52.427Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar
2022-08-08T07:53:52.607Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP194111719169850000/Definitions/service-DemoPnf4skjtojmwuzxti1pbzv6-template.yml
2022-08-08T07:53:53.546Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-08T07:53:53.547Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T07:53:53.547Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar
2022-08-08T07:53:53.547Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-08T07:53:53.548Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f578ead4-6960 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-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar
2022-08-08T07:53:53.548Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||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-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar
2022-08-08T07:53:53.548Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar
2022-08-08T07:53:53.548Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||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-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar
2022-08-08T07:53:53.548Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||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-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar
2022-08-08T07:53:53.548Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||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-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar
2022-08-08T07:53:53.549Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar
2022-08-08T07:53:53.549Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T07:53:53.549Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:53:53.549Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_4SKJtojMwUzxti1pBzV6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:53:53.550Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Node template pNF f578ead4-6960 0 is matching search criteria
2022-08-08T07:53:53.550Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T07:53:53.550Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f578ead4-6960 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T07:53:53.551Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:53:53.551Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_4SKJtojMwUzxti1pBzV6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:53:53.551Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Node template pNF f578ead4-6960 0 is matching search criteria
2022-08-08T07:53:53.551Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T07:53:53.552Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f578ead4-6960 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T07:53:53.552Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:53:53.552Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_4SKJtojMwUzxti1pBzV6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:53:53.552Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:53:53.553Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_4SKJtojMwUzxti1pBzV6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:53:53.553Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:53:53.553Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_4SKJtojMwUzxti1pBzV6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:53:53.553Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:53:53.554Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_4SKJtojMwUzxti1pBzV6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:53:53.554Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:53:53.554Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_4SKJtojMwUzxti1pBzV6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:53:53.554Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_4SKJtojMwUzxti1pBzV6
Description:catalog service description
Model UUID:3ea9feaa-2a9e-4440-8f49-791134a3e4b1
Model Version:NULL
Model InvariantUuid:af431f9e-f7b6-420f-9156-0831cb5cf5b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-08T07:53:53.646Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: a3bd4104-f22c-4345-82a6-41746f0b720b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:53:53.674Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||pNF f578ead4-6960 0
2022-08-08T07:53:53.674Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a3bd4104-f22c-4345-82a6-41746f0b720b
2022-08-08T07:53:53.674Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 3ea9feaa-2a9e-4440-8f49-791134a3e4b1
2022-08-08T07:53:53.675Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3ea9feaa-2a9e-4440-8f49-791134a3e4b1
2022-08-08T07:53:53.675Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f578ead4-6960 0 a3bd4104-f22c-4345-82a6-41746f0b720b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:53:53.772Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56c5a3aa, org.onap.sdc.toscaparser.api.parameters.Input@4a8a0f0e, org.onap.sdc.toscaparser.api.parameters.Input@460f1c98, org.onap.sdc.toscaparser.api.parameters.Input@b0355c5, org.onap.sdc.toscaparser.api.parameters.Input@70a07ffc]
2022-08-08T07:53:53.772Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:53:53.773Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_4SKJtojMwUzxti1pBzV6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:53:53.773Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3ea9feaa-2a9e-4440-8f49-791134a3e4b1: pNF f578ead4-6960
2022-08-08T07:53:53.773Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||Processing PNF resource: a3bd4104-f22c-4345-82a6-41746f0b720b
2022-08-08T07:53:53.774Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:53:53.774Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_4SKJtojMwUzxti1pBzV6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:53:53.774Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||Resource customization UUID: ab21d01f-29a5-4770-85d7-670d9446ba76 is the same as notified resource customizationUUID: ab21d01f-29a5-4770-85d7-670d9446ba76
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-08-08T07:53:54.126Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f578ead4-6960 a3bd4104-f22c-4345-82a6-41746f0b720b 0 ASDC deployResourceStructure
2022-08-08T07:53:54.126Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar ASDC sendASDCNotification
2022-08-08T07:53:54.126Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar
2022-08-08T07:53:54.127Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:53:54.127Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:53:54.129Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:53:54.129Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945234126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:53:54.229Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:53:54.231Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:53:54.231Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:53:54.244Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:53:54.245Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:53:55.130Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:53:55.150Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:53:55.151Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:53:55.152Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:53:55.152Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:53:55.152Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:54:01.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:54:01.972Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:54:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:54:02.121Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:54:02.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c360e80-f86b-42d7-a703-98a78014058f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945222042,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T07:54:02.124Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:54:02.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/resourceInstances/pnff578ead469600/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:54:02.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "cds",
  "timestamp": 1659945221866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945230546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945231421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:54:02.133Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:54:02.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "cds",
  "timestamp": 1659945221866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945230546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "cds",
  "timestamp": 1659945221866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945230546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "cds",
  "timestamp": 1659945221866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "policy-id",
  "timestamp": 1659945233294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945230546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945234126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skjtojmwuzxti1pbzv6/1.0/artifacts/service-DemoPnf4skjtojmwuzxti1pbzv6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:54:02.135Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:54:02.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "cds",
  "timestamp": 1659945221866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "policy-id",
  "timestamp": 1659945233294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945230546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "cds",
  "timestamp": 1659945221866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945235342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "policy-id",
  "timestamp": 1659945233294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945230546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "cds",
  "timestamp": 1659945221866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945235342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "policy-id",
  "timestamp": 1659945233294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945230546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "cds",
  "timestamp": 1659945221866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:54:02.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945235342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "policy-id",
  "timestamp": 1659945233294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945230546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:54:02.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945235342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "policy-id",
  "timestamp": 1659945233294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "cds",
  "timestamp": 1659945239018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:54:02.141Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:54:02.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945235342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "policy-id",
  "timestamp": 1659945233294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "cds",
  "timestamp": 1659945240024,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:54:02.199Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
2022-08-08T07:54:02.199Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62f5b14c-9bb5-43a0-b880-784cbebf5f3c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:54:02.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945235342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-08T07:54:02.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "policy-id",
  "timestamp": 1659945233294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:54:02.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:02.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:54:02.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "aai-ml",
  "timestamp": 1659945240763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:54:02.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:54:25.152Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:54:25.164Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:54:25.166Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:54:25.166Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:54:25.167Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:54:25.167Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:54:55.167Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:54:55.178Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:54:55.180Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:54:55.180Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:54:55.181Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:54:55.181Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:55:01.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:55:01.972Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:55:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:55:02.031Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:55:02.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:55:02.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945235342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:55:02.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:55:25.181Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:55:25.195Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:55:25.198Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:55:25.198Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:55:25.198Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:55:25.198Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:55:55.198Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:55:55.216Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:55:55.219Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:55:55.219Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:55:55.219Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:55:55.220Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:56:01.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:56:01.973Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:56:01.974Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:56:02.005Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:56:02.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:56:02.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "policy-id",
  "timestamp": 1659945242354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:56:02.006Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:56:25.220Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:56:25.247Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:56:25.249Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:56:25.249Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:56:25.249Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:56:25.249Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:56:55.249Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:56:55.272Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:56:55.274Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:56:55.274Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:56:55.274Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:56:55.275Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:57:01.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:57:01.972Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:57:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:57:02.504Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:57:02.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:57:02.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "aai-ml",
  "timestamp": 1659945240763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:57:02.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:57:02.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:57:02.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945235342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:57:02.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:57:02.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:57:02.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "policy-id",
  "timestamp": 1659945243360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:57:02.507Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:57:02.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:57:02.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "aai-ml",
  "timestamp": 1659945240763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:57:02.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:57:02.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:57:02.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945244183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:57:02.507Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:57:02.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:57:02.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "policy-id",
  "timestamp": 1659945244365,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:57:02.513Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
2022-08-08T07:57:02.514Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62f5b14c-9bb5-43a0-b880-784cbebf5f3c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:57:02.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:57:02.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "aai-ml",
  "timestamp": 1659945240763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:57:02.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:57:02.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:57:02.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945245219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-08T07:57:02.523Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:57:02.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:57:02.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "aai-ml",
  "timestamp": 1659945240763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:57:02.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:57:02.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:57:02.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945246222,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:57:02.529Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
2022-08-08T07:57:02.529Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62f5b14c-9bb5-43a0-b880-784cbebf5f3c and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:57:02.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:57:02.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "aai-ml",
  "timestamp": 1659945240763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:57:02.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:57:02.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:57:02.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "aai-ml",
  "timestamp": 1659945240763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:57:02.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:57:02.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:57:02.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "aai-ml",
  "timestamp": 1659945240763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:57:02.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:57:02.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:57:02.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "aai-ml",
  "timestamp": 1659945249573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:57:02.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:57:02.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:57:02.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "aai-ml",
  "timestamp": 1659945256912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:57:02.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:57:02.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-08T07:57:02.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "aai-ml",
  "timestamp": 1659945257916,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T07:57:02.543Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
2022-08-08T07:57:02.543Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62f5b14c-9bb5-43a0-b880-784cbebf5f3c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:57:25.275Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:57:25.292Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:57:25.295Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:57:25.296Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:57:25.296Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:57:25.296Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:57:55.296Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:57:55.309Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:57:55.311Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:57:55.311Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:57:55.312Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:57:55.312Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:58:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:58:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:58:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:58:11.566Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:58:25.312Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:58:25.329Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:58:25.330Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:58:25.331Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:58:25.331Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:58:25.331Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:58:55.331Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-08-08T07:58:55.331Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-08T07:58:55.341Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca and serviceModelVersionId: 3ea9feaa-2a9e-4440-8f49-791134a3e4b1
2022-08-08T07:58:55.341Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : af431f9e-f7b6-420f-9156-0831cb5cf5b6
2022-08-08T07:58:55.342Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/af431f9e-f7b6-420f-9156-0831cb5cf5b6/model-vers/model-ver/3ea9feaa-2a9e-4440-8f49-791134a3e4b1?depth=0
2022-08-08T07:58:55.346Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-08-08T07:58:55.391Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af431f9e-f7b6-420f-9156-0831cb5cf5b6/model-vers/model-ver/3ea9feaa-2a9e-4440-8f49-791134a3e4b1?depth=0|INFO|500||Invoke
2022-08-08T07:58:55.392Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af431f9e-f7b6-420f-9156-0831cb5cf5b6/model-vers/model-ver/3ea9feaa-2a9e-4440-8f49-791134a3e4b1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af431f9e-f7b6-420f-9156-0831cb5cf5b6/model-vers/model-ver/3ea9feaa-2a9e-4440-8f49-791134a3e4b1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[27e55b0d-1611-4dc1-a11b-8254c3d3f8ca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8d042ebc-8fdf-4212-9f62-bb98008c6f18], X-ECOMP-RequestID=[27e55b0d-1611-4dc1-a11b-8254c3d3f8ca], X-TransactionId=[], X-ONAP-RequestID=[27e55b0d-1611-4dc1-a11b-8254c3d3f8ca], Content-Type=[application/merge-patch+json]}
2022-08-08T07:58:55.414Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af431f9e-f7b6-420f-9156-0831cb5cf5b6/model-vers/model-ver/3ea9feaa-2a9e-4440-8f49-791134a3e4b1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-08-08T07:58:55.665Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af431f9e-f7b6-420f-9156-0831cb5cf5b6/model-vers/model-ver/3ea9feaa-2a9e-4440-8f49-791134a3e4b1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af431f9e-f7b6-420f-9156-0831cb5cf5b6/model-vers/model-ver/3ea9feaa-2a9e-4440-8f49-791134a3e4b1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220808-07:58:55:480-65683], vertex-id=[237632], Content-Length=[0], Date=[Mon, 08 Aug 2022 07:58:55 GMT], Content-Type=[application/json]}
2022-08-08T07:58:55.666Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af431f9e-f7b6-420f-9156-0831cb5cf5b6/model-vers/model-ver/3ea9feaa-2a9e-4440-8f49-791134a3e4b1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-08T07:58:55.666Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af431f9e-f7b6-420f-9156-0831cb5cf5b6/model-vers/model-ver/3ea9feaa-2a9e-4440-8f49-791134a3e4b1?depth=0|INFO|500||InvokeReturn
2022-08-08T07:58:55.667Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-08T07:58:55.667Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:58:55.684Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-08T07:58:55.685Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 27e55b0d-1611-4dc1-a11b-8254c3d3f8ca and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-08-08T07:58:55.685Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-08T07:58:55.685Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:58:55.687Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:58:55.687Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945535685,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T07:58:55.787Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:58:55.788Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:58:55.788Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:58:55.805Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:58:55.806Z||pool-66-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=?
2022-08-08T07:58:56.701Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-08T07:58:56.701Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f8209362-3942-42d8-94f1-7f5f9baacc15","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b49e5771-b2de-4068-a129-aa8b7fd88e66","serviceDescription":"service","serviceInvariantUUID":"67463604-bd85-495b-9edd-32f40a52fca7","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6d38c9ae-382c-4de1-8d2a-73deec858548","resourceInvariantUUID":"c4188120-9db7-4842-99fb-8ee75c534665","resourceCustomizationUUID":"07f3afa3-faee-4f15-8e0c-f53a17501fbf","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":"ZjRhZGVmMzgzZTdjZjcwOTVhMmE0ZWUxZDg3OGMzOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"24ad9657-6ef5-4e1b-adad-a9617c9f077c","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":"4233316b-0432-4ed9-93b3-6ca99e6bfee5","artifactVersion":"2","generatedFromUUID":"c6f8d715-1971-454e-adc7-cae2d8ec30fa"},{"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":"c6f8d715-1971-454e-adc7-cae2d8ec30fa","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":"MWYwNDcxYWVlNmIzZWI5OThkNWVkZjUzYmE5ZDU0OWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f782b333-cb3a-4222-b73e-5986322dc4f3","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":"bd1be48b-2796-4ceb-ae22-0521448d11cf","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":"efed77bf-0ce2-4d2d-95ec-8b040169aeac","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":"551cf806-c49b-4b0b-862e-dc90b9019e24","artifactVersion":"2","generatedFromUUID":"bd1be48b-2796-4ceb-ae22-0521448d11cf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODk0MTVkNzQwMzY3NWFlYTg4ZmVhNTFlY2JlMTM1MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0b5f561-306f-4e24-ba38-98d02231b1e6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDA0MTZmMDhmMjJjNGJmMzQwYzA5ZDUzNzYyMzNmY2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9ea61975-71f0-4af5-aeb3-78724d2db64c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-08T07:58:56.702Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:58:56.703Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:58:56.704Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:58:56.705Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:58:56.805Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:58:56.805Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:58:56.806Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:58:56.819Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:58:56.819Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:58:57.705Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:58:57.706Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:58:57.708Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:58:57.708Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-08T07:58:57.808Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:58:57.809Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:58:57.809Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:58:57.822Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:58:57.823Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:58:58.709Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:58:58.710Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:58:58.712Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:58:58.712Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-08T07:58:58.812Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:58:58.813Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:58:58.813Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:58:58.828Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:58:58.828Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:58:59.712Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:58:59.713Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:58:59.715Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:58:59.715Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T07:58:59.815Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:58:59.816Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:58:59.816Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:58:59.828Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:58:59.828Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:59:00.716Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:59:00.716Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:59:00.719Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:59:00.720Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-08T07:59:00.820Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:59:00.821Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:59:00.821Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:59:00.837Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:59:00.838Z||pool-71-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:59:01.721Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:59:01.722Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:59:01.724Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:59:01.724Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:59:01.825Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T07:59:01.826Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:59:01.826Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:59:01.840Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:59:01.841Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:59:01.973Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T07:59:01.974Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T07:59:01.974Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T07:59:02.606Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:59:02.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T07:59:02.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "27e55b0d-1611-4dc1-a11b-8254c3d3f8ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945535685,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T07:59:02.607Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T07:59:02.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T07:59:02.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:59:02.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:59:02.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T07:59:02.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-08T07:59:02.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:59:02.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T07:59:02.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-08T07:59:02.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:59:02.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T07:59:02.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T07:59:02.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:59:02.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T07:59:02.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-08T07:59:02.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:59:02.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T07:59:02.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:59:02.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T07:59:02.725Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:59:02.726Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:59:02.728Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:59:02.728Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-08T07:59:02.828Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:59:02.829Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:59:02.829Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:59:02.841Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:59:02.841Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:59:03.728Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:59:03.729Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:59:03.731Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:59:03.731Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T07:59:03.832Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-08T07:59:03.832Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:59:03.832Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:59:03.844Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:59:03.844Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:59:04.732Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T07:59:04.732Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:59:04.734Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:59:04.734Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T07:59:04.834Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:59:04.835Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:59:04.835Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:59:04.847Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:59:04.847Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:59:05.736Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "b49e5771-b2de-4068-a129-aa8b7fd88e66",
  "serviceDescription": "service",
  "serviceInvariantUUID": "67463604-bd85-495b-9edd-32f40a52fca7",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "07f3afa3-faee-4f15-8e0c-f53a17501fbf",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6d38c9ae-382c-4de1-8d2a-73deec858548",
      "resourceInvariantUUID": "c4188120-9db7-4842-99fb-8ee75c534665",
      "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": "4233316b-0432-4ed9-93b3-6ca99e6bfee5",
          "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": "c6f8d715-1971-454e-adc7-cae2d8ec30fa",
          "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": "MWYwNDcxYWVlNmIzZWI5OThkNWVkZjUzYmE5ZDU0OWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f782b333-cb3a-4222-b73e-5986322dc4f3",
          "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": "bd1be48b-2796-4ceb-ae22-0521448d11cf",
          "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": "551cf806-c49b-4b0b-862e-dc90b9019e24",
            "generatedFromUUID": "bd1be48b-2796-4ceb-ae22-0521448d11cf"
          },
          "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": "551cf806-c49b-4b0b-862e-dc90b9019e24",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NDA0MTZmMDhmMjJjNGJmMzQwYzA5ZDUzNzYyMzNmY2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9ea61975-71f0-4af5-aeb3-78724d2db64c"
    }
  ],
  "workloadContext": "Production"
}
2022-08-08T07:59:05.736Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-08T07:59:05.737Z|27e55b0d-1611-4dc1-a11b-8254c3d3f8ca|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b49e5771-b2de-4068-a129-aa8b7fd88e66 ASDC
2022-08-08T07:59:05.738Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f8209362-3942-42d8-94f1-7f5f9baacc15
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:b49e5771-b2de-4068-a129-aa8b7fd88e66
ServiceInvariantUUID:67463604-bd85-495b-9edd-32f40a52fca7
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:9ea61975-71f0-4af5-aeb3-78724d2db64c
ArtifactChecksum:NDA0MTZmMDhmMjJjNGJmMzQwYzA5ZDUzNzYyMzNmY2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:07f3afa3-faee-4f15-8e0c-f53a17501fbf
ResourceInvariantUUID:c4188120-9db7-4842-99fb-8ee75c534665
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:6d38c9ae-382c-4de1-8d2a-73deec858548
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:4233316b-0432-4ed9-93b3-6ca99e6bfee5
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:c6f8d715-1971-454e-adc7-cae2d8ec30fa
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:f782b333-cb3a-4222-b73e-5986322dc4f3
ArtifactChecksum:MWYwNDcxYWVlNmIzZWI5OThkNWVkZjUzYmE5ZDU0OWI=
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:bd1be48b-2796-4ceb-ae22-0521448d11cf
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:551cf806-c49b-4b0b-862e-dc90b9019e24
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:551cf806-c49b-4b0b-862e-dc90b9019e24
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-08T07:59:05.738Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b49e5771-b2de-4068-a129-aa8b7fd88e66 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T07:59:05.775Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T07:59:05.775Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:59:05.775Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:59:05.776Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9ea61975-71f0-4af5-aeb3-78724d2db64c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-08T07:59:05.776Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:59:05.776Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-08T07:59:05.994Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:59:05.997Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 9ea61975-71f0-4af5-aeb3-78724d2db64c 73004
2022-08-08T07:59:05.997Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-08-08T07:59:05.998Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-08T07:59:05.998Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:59:05.998Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:59:06.000Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:59:06.000Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945545997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:59:06.100Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:59:06.101Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:59:06.101Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:59:06.114Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:59:06.114Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:59:07.000Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T07:59:07.001Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T07:59:07.001Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9ea61975-71f0-4af5-aeb3-78724d2db64c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-08T07:59:07.001Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-08-08T07:59:07.002Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-08T07:59:07.002Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-08T07:59:07.130Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14214581572455149763/Definitions/service-BasicCnf-template.yml
2022-08-08T07:59:08.334Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-08T07:59:08.334Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T07:59:08.335Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-08T07:59:08.335Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-08T07:59:08.335Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-08T07:59:08.335Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-08T07:59:08.335Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-08T07:59:08.335Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-08T07:59:08.335Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T07:59:08.335Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:08.336Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:59:08.336Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-08T07:59:08.336Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T07:59:08.336Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T07:59:08.336Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:08.337Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:59:08.337Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-08T07:59:08.337Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T07:59:08.337Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T07:59:08.337Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:08.337Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:59:08.338Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:08.338Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-08T07:59:08.338Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-08-08T07:59:08.338Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2022-08-08T07:59:08.338Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-08T07:59:08.338Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:08.338Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-08T07:59:08.338Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:08.339Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-08T07:59:08.339Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:59:08.339Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:08.339Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-08T07:59:08.339Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:59:08.340Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:08.340Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-08T07:59:08.340Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:59:08.340Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:08.340Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-08T07:59:08.340Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-08T07:59:08.340Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f418e393-4be9-41d3-9c81-f688b473a50e
2022-08-08T07:59:08.341Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:08.341Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:59:08.341Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:08.341Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:59:08.341Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:08.341Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:59:08.341Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:08.342Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:59:08.342Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:b49e5771-b2de-4068-a129-aa8b7fd88e66
Model Version:NULL
Model InvariantUuid:67463604-bd85-495b-9edd-32f40a52fca7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:68332839-67e3-4282-b52f-a4ed122610ad
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c4188120-9db7-4842-99fb-8ee75c534665
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:07f3afa3-faee-4f15-8e0c-f53a17501fbf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:62f47d6c-4678-4e1e-916f-4b1b0de12729
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:3a0e30ea-7b41-400b-a92c-c51d867d8f78
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f418e393-4be9-41d3-9c81-f688b473a50e
ModelInvariantUuid:6a5b6277-ca65-4f45-9dfb-91a5b32d082e
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:b861f10d-17b7-416d-b89f-2468d5cbdeef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:a845547f-14ec-4df4-9c8c-6a5f6f04f215
ModelInvariantUuid:0b93b30f-8f99-485f-a0a7-3070027cadf4
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:8479e8f3-40f1-496e-8827-4d4b8b034ba0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-08T07:59:08.363Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6d38c9ae-382c-4de1-8d2a-73deec858548
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:59:08.388Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||basic_cnf 0
2022-08-08T07:59:08.388Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6d38c9ae-382c-4de1-8d2a-73deec858548
2022-08-08T07:59:08.388Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4233316b-0432-4ed9-93b3-6ca99e6bfee5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-08T07:59:08.388Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:59:08.389Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-08T07:59:08.476Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:59:08.476Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 4233316b-0432-4ed9-93b3-6ca99e6bfee5 12
2022-08-08T07:59:08.477Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-08-08T07:59:08.477Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-08T07:59:08.477Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:59:08.477Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:59:08.479Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:59:08.479Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945548477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:59:08.579Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:59:08.580Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:59:08.580Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:59:08.594Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:59:08.594Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:59:09.480Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c6f8d715-1971-454e-adc7-cae2d8ec30fa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-08T07:59:09.480Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:59:09.480Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-08T07:59:09.799Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:59:09.799Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c6f8d715-1971-454e-adc7-cae2d8ec30fa 2688
2022-08-08T07:59:09.799Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-08-08T07:59:09.800Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-08T07:59:09.800Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:59:09.800Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:59:09.802Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:59:09.802Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945549799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:59:09.902Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:59:09.902Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:59:09.902Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:59:09.914Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:59:09.915Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:59:10.803Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f782b333-cb3a-4222-b73e-5986322dc4f3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-08T07:59:10.803Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:59:10.803Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-08T07:59:11.156Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:59:11.157Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f782b333-cb3a-4222-b73e-5986322dc4f3 828
2022-08-08T07:59:11.157Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-08-08T07:59:11.157Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-08T07:59:11.157Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:59:11.157Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:59:11.159Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:59:11.159Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945551157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:59:11.259Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:59:11.260Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:59:11.260Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:59:11.272Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:59:11.272Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:59:12.159Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "62f47d6c-4678-4e1e-916f-4b1b0de12729",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3a0e30ea-7b41-400b-a92c-c51d867d8f78",
    "vfModuleModelCustomizationUUID": "c576cf21-70a6-4937-aaf7-55286a1343bd",
    "isBase": true,
    "artifacts": [
      "c6f8d715-1971-454e-adc7-cae2d8ec30fa",
      "bd1be48b-2796-4ceb-ae22-0521448d11cf",
      "551cf806-c49b-4b0b-862e-dc90b9019e24"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-08T07:59:12.164Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a0e30ea-7b41-400b-a92c-c51d867d8f78
VfModuleModelInvariantUUID:62f47d6c-4678-4e1e-916f-4b1b0de12729
VfModuleModelDescription:NULL
Artifacts UUID List:{
c6f8d715-1971-454e-adc7-cae2d8ec30fa
,
bd1be48b-2796-4ceb-ae22-0521448d11cf
,
551cf806-c49b-4b0b-862e-dc90b9019e24

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

isBase:true


}

2022-08-08T07:59:12.166Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "62f47d6c-4678-4e1e-916f-4b1b0de12729",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3a0e30ea-7b41-400b-a92c-c51d867d8f78",
    "vfModuleModelCustomizationUUID": "c576cf21-70a6-4937-aaf7-55286a1343bd",
    "isBase": true,
    "artifacts": [
      "c6f8d715-1971-454e-adc7-cae2d8ec30fa",
      "bd1be48b-2796-4ceb-ae22-0521448d11cf",
      "551cf806-c49b-4b0b-862e-dc90b9019e24"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-08T07:59:12.167Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a0e30ea-7b41-400b-a92c-c51d867d8f78
VfModuleModelInvariantUUID:62f47d6c-4678-4e1e-916f-4b1b0de12729
VfModuleModelDescription:NULL
Artifacts UUID List:{
c6f8d715-1971-454e-adc7-cae2d8ec30fa
,
bd1be48b-2796-4ceb-ae22-0521448d11cf
,
551cf806-c49b-4b0b-862e-dc90b9019e24

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

isBase:true


}

2022-08-08T07:59:12.167Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bd1be48b-2796-4ceb-ae22-0521448d11cf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-08T07:59:12.167Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:59:12.167Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-08T07:59:12.294Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:59:12.294Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml bd1be48b-2796-4ceb-ae22-0521448d11cf 1164
2022-08-08T07:59:12.294Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-08-08T07:59:12.294Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-08T07:59:12.295Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:59:12.295Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:59:12.296Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:59:12.296Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945552294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:59:12.397Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-08T07:59:12.398Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:59:12.398Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:59:12.415Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:59:12.415Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:59:13.297Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 551cf806-c49b-4b0b-862e-dc90b9019e24 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-08T07:59:13.297Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T07:59:13.298Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-08T07:59:13.779Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T07:59:13.779Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 551cf806-c49b-4b0b-862e-dc90b9019e24 200
2022-08-08T07:59:13.780Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-08-08T07:59:13.780Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-08T07:59:13.780Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T07:59:13.780Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:59:13.782Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:59:13.782Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945553780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T07:59:13.882Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:59:13.883Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:59:13.883Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:59:13.896Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:59:13.896Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:59:14.782Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b49e5771-b2de-4068-a129-aa8b7fd88e66
2022-08-08T07:59:14.783Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6d38c9ae-382c-4de1-8d2a-73deec858548 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2022-08-08T07:59:14.833Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:59:14.857Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3770e5e8, org.onap.sdc.toscaparser.api.parameters.Input@488050c7, org.onap.sdc.toscaparser.api.parameters.Input@6ce06565, org.onap.sdc.toscaparser.api.parameters.Input@1a63bd18, org.onap.sdc.toscaparser.api.parameters.Input@2a0c5419]
2022-08-08T07:59:14.858Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:14.858Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:59:14.858Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-08-08T07:59:14.859Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 07f3afa3-faee-4f15-8e0c-f53a17501fbf
2022-08-08T07:59:14.859Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 07f3afa3-faee-4f15-8e0c-f53a17501fbf matches Tosca VF Customization UUID: 07f3afa3-faee-4f15-8e0c-f53a17501fbf
2022-08-08T07:59:14.859Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 07f3afa3-faee-4f15-8e0c-f53a17501fbf  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-08T07:59:14.865Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:14.865Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:59:14.866Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 07f3afa3-faee-4f15-8e0c-f53a17501fbf: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-08-08T07:59:14.866Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8e8524e
2022-08-08T07:59:14.866Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:14.867Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-08T07:59:14.867Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c576cf21-70a6-4937-aaf7-55286a1343bd
2022-08-08T07:59:14.867Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c576cf21-70a6-4937-aaf7-55286a1343bd
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-08T07:59:14.879Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:14.879Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-08T07:59:14.880Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:59:14.880Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:14.880Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-08T07:59:14.880Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:59:14.880Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:14.880Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-08T07:59:14.881Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-08T07:59:14.881Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f418e393-4be9-41d3-9c81-f688b473a50e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-08T07:59:14.890Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:14.891Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-08T07:59:14.891Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T07:59:14.891Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:14.891Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-08T07:59:14.891Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=07f3afa3-faee-4f15-8e0c-f53a17501fbf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T07:59:14.894Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:14.894Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:59:14.894Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b49e5771-b2de-4068-a129-aa8b7fd88e66: basic_cnf
2022-08-08T07:59:14.895Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:14.895Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:59:14.895Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:14.895Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:59:14.895Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:14.895Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:59:14.895Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:14.896Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:59:14.896Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T07:59:14.896Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T07:59:14.896Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T07:59:15.114Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6d38c9ae-382c-4de1-8d2a-73deec858548 1 ASDC deployResourceStructure
2022-08-08T07:59:15.115Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-08-08T07:59:15.116Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-08-08T07:59:15.116Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-08T07:59:15.116Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:59:15.118Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:59:15.118Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945555115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-08T07:59:15.218Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:59:15.219Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:59:15.219Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:59:15.235Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:59:15.235Z||pool-82-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:59:16.119Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-08-08T07:59:16.119Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-08-08T07:59:16.119Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-08T07:59:16.119Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:59:16.121Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:59:16.121Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945556119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-08T07:59:16.221Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:59:16.222Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:59:16.222Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:59:16.236Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:59:16.236Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:59:17.122Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-08-08T07:59:17.122Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-08T07:59:17.123Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:59:17.123Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:59:17.125Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:59:17.125Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945557122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T07:59:17.225Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:59:17.226Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:59:17.226Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:59:17.238Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:59:17.238Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:59:18.126Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-08-08T07:59:18.126Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-08T07:59:18.126Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:59:18.126Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:59:18.128Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:59:18.128Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945558126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-08T07:59:18.228Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:59:18.230Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:59:18.230Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:59:18.250Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:59:18.250Z||pool-85-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:59:19.129Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-08-08T07:59:19.129Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-08T07:59:19.129Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:59:19.130Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:59:19.131Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:59:19.131Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945559129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-08T07:59:19.231Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:59:19.232Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:59:19.232Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:59:19.247Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:59:19.248Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T07:59:20.132Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-08-08T07:59:20.133Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-08T07:59:20.133Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T07:59:20.133Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T07:59:20.135Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T07:59:20.135Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945560132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T07:59:20.235Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T07:59:20.236Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T07:59:20.237Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T07:59:20.253Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T07:59:20.253Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-08T07:59:21.136Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8209362-3942-42d8-94f1-7f5f9baacc15
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:59:21.150Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8209362-3942-42d8-94f1-7f5f9baacc15
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:59:21.152Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:59:21.152Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:59:21.152Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:59:21.152Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T07:59:51.153Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8209362-3942-42d8-94f1-7f5f9baacc15
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:59:51.178Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8209362-3942-42d8-94f1-7f5f9baacc15
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T07:59:51.180Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T07:59:51.180Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T07:59:51.180Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T07:59:51.180Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:00:01.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:00:01.974Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:00:01.975Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:00:02.109Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:00:02.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:00:02.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-08T08:00:02.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:00:21.181Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8209362-3942-42d8-94f1-7f5f9baacc15
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:00:21.204Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8209362-3942-42d8-94f1-7f5f9baacc15
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:00:21.206Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:00:21.206Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:00:21.206Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:00:21.206Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:00:51.206Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8209362-3942-42d8-94f1-7f5f9baacc15
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:00:51.226Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8209362-3942-42d8-94f1-7f5f9baacc15
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:00:51.228Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:00:51.228Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:00:51.228Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:00:51.228Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:01:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:01:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:01:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:01:02.507Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:01:02.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659944910947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:01:02.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945545997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:01:02.512Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:01:02.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945548477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:01:02.512Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:01:02.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945549799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:01:02.513Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:01:02.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945551157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:01:02.514Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:01:02.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945552294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:01:02.514Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:01:02.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945553780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:01:02.515Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:01:02.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945555115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-08T08:01:02.516Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:01:02.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945556119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-08T08:01:02.516Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:01:02.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945557122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T08:01:02.517Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:01:02.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945558126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-08T08:01:02.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:01:02.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945559129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-08T08:01:02.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:01:02.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945560132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:01:02.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:01:02.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "cds",
  "timestamp": 1659945566867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945570546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "cds",
  "timestamp": 1659945566867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "aai-ml",
  "timestamp": 1659945570763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "cds",
  "timestamp": 1659945566867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945570546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T08:01:02.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "aai-ml",
  "timestamp": 1659945570763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945570546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:01:02.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "cds",
  "timestamp": 1659945566867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "aai-ml",
  "timestamp": 1659945570763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945570546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "policy-id",
  "timestamp": 1659945573294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "cds",
  "timestamp": 1659945566867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "aai-ml",
  "timestamp": 1659945570763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "policy-id",
  "timestamp": 1659945573294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945570546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-08T08:01:02.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "cds",
  "timestamp": 1659945566867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "aai-ml",
  "timestamp": 1659945570763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945575342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "policy-id",
  "timestamp": 1659945573294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:01:02.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945570546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "cds",
  "timestamp": 1659945566867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:01:02.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "aai-ml",
  "timestamp": 1659945570763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945575342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "policy-id",
  "timestamp": 1659945573294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945570546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:01:02.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "cds",
  "timestamp": 1659945577270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:01:02.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:01:02.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "aai-ml",
  "timestamp": 1659945570763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:01:02.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945575342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "policy-id",
  "timestamp": 1659945573294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945578425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:01:02.539Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:01:02.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "cds",
  "timestamp": 1659945578280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:01:02.555Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7dd57670-ff48-4306-9b4e-20d329ce12f6
2022-08-08T08:01:02.556Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7dd57670-ff48-4306-9b4e-20d329ce12f6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:01:02.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "aai-ml",
  "timestamp": 1659945578723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:01:02.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:01:02.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945575342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "policy-id",
  "timestamp": 1659945573294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945579930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:01:02.571Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:01:02.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945575342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "policy-id",
  "timestamp": 1659945573294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:01:02.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945575342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945581308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:01:02.574Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:01:02.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "policy-id",
  "timestamp": 1659945581323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:01:02.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:01:02.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945575342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:01:02.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:01:02.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945582331,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:01:02.580Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7dd57670-ff48-4306-9b4e-20d329ce12f6
2022-08-08T08:01:02.581Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7dd57670-ff48-4306-9b4e-20d329ce12f6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:01:02.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "policy-id",
  "timestamp": 1659945582327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:01:02.619Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:01:02.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945583334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T08:01:02.620Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:01:02.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "policy-id",
  "timestamp": 1659945583330,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:01:02.624Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7dd57670-ff48-4306-9b4e-20d329ce12f6
2022-08-08T08:01:02.625Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7dd57670-ff48-4306-9b4e-20d329ce12f6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-08T08:01:02.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "aai-ml",
  "timestamp": 1659945592258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:01:02.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:01:02.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:01:02.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "aai-ml",
  "timestamp": 1659945593262,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:01:02.663Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7dd57670-ff48-4306-9b4e-20d329ce12f6
2022-08-08T08:01:02.664Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7dd57670-ff48-4306-9b4e-20d329ce12f6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:01:21.228Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8209362-3942-42d8-94f1-7f5f9baacc15
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:01:21.243Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8209362-3942-42d8-94f1-7f5f9baacc15
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:01:21.245Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:01:21.245Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:01:21.246Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:01:21.246Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:01:51.246Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8209362-3942-42d8-94f1-7f5f9baacc15
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:01:51.265Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8209362-3942-42d8-94f1-7f5f9baacc15
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:01:51.267Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:01:51.267Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:01:51.267Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:01:51.267Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:02:01.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:02:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:02:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:02:11.531Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:02:21.268Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8209362-3942-42d8-94f1-7f5f9baacc15
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:02:21.287Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8209362-3942-42d8-94f1-7f5f9baacc15
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:02:21.289Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:02:21.289Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:02:21.290Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:02:21.290Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:02:51.290Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8209362-3942-42d8-94f1-7f5f9baacc15
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:02:51.309Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8209362-3942-42d8-94f1-7f5f9baacc15
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:02:51.311Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:02:51.311Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:02:51.312Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:02:51.312Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:03:01.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:03:01.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:03:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:03:02.621Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:03:02.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "cds",
  "timestamp": 1659945746866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945750546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "aai-ml",
  "timestamp": 1659945750763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "cds",
  "timestamp": 1659945746866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945750546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "aai-ml",
  "timestamp": 1659945750763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945750546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "cds",
  "timestamp": 1659945746866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "aai-ml",
  "timestamp": 1659945750763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "policy-id",
  "timestamp": 1659945753294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945750546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "cds",
  "timestamp": 1659945746866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "aai-ml",
  "timestamp": 1659945750763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "policy-id",
  "timestamp": 1659945753294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945750546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "cds",
  "timestamp": 1659945746866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "aai-ml",
  "timestamp": 1659945750763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945755343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "policy-id",
  "timestamp": 1659945753294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "cds",
  "timestamp": 1659945746866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945750546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "aai-ml",
  "timestamp": 1659945750763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945755343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "policy-id",
  "timestamp": 1659945753294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "cds",
  "timestamp": 1659945746866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945750546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "aai-ml",
  "timestamp": 1659945750763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945755343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "policy-id",
  "timestamp": 1659945753294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "cds",
  "timestamp": 1659945746866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:03:02.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659945750546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:03:02.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "aai-ml",
  "timestamp": 1659945750763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:03:02.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945755343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "policy-id",
  "timestamp": 1659945753294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "cds",
  "timestamp": 1659945759469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:03:02.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:03:02.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "aai-ml",
  "timestamp": 1659945759724,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:03:02.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:03:02.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945755343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "policy-id",
  "timestamp": 1659945753294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "cds",
  "timestamp": 1659945760477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:03:02.678Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 64efb606-099d-42a1-9b6c-8ffde326db14
2022-08-08T08:03:02.678Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64efb606-099d-42a1-9b6c-8ffde326db14 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:03:02.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945755343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:03:02.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "policy-id",
  "timestamp": 1659945753294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:03:02.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945755343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "policy-id",
  "timestamp": 1659945762461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:03:02.698Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:03:02.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945755343,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:03:02.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:03:02.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "policy-id",
  "timestamp": 1659945763466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:03:02.698Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:03:02.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945764177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:03:02.698Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:03:02.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "policy-id",
  "timestamp": 1659945764470,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:03:02.703Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64efb606-099d-42a1-9b6c-8ffde326db14
2022-08-08T08:03:02.703Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64efb606-099d-42a1-9b6c-8ffde326db14 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:03:02.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945765215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-08T08:03:02.714Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:03:02.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659945766219,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:03:02.719Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 64efb606-099d-42a1-9b6c-8ffde326db14
2022-08-08T08:03:02.719Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64efb606-099d-42a1-9b6c-8ffde326db14 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:03:02.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "aai-ml",
  "timestamp": 1659945766369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:03:02.737Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:03:02.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:03:02.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "aai-ml",
  "timestamp": 1659945767373,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:03:02.743Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 64efb606-099d-42a1-9b6c-8ffde326db14
2022-08-08T08:03:02.743Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64efb606-099d-42a1-9b6c-8ffde326db14 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:03:21.312Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8209362-3942-42d8-94f1-7f5f9baacc15
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:03:21.339Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8209362-3942-42d8-94f1-7f5f9baacc15
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:03:21.341Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:03:21.342Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:03:21.342Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:03:21.342Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:03:51.342Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8209362-3942-42d8-94f1-7f5f9baacc15
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:03:51.358Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8209362-3942-42d8-94f1-7f5f9baacc15
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:03:51.360Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:03:51.360Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:03:51.360Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:03:51.360Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:04:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:04:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:04:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:04:11.524Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:04:21.360Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-08-08T08:04:21.360Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8209362-3942-42d8-94f1-7f5f9baacc15 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-08T08:04:21.391Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8209362-3942-42d8-94f1-7f5f9baacc15 and serviceModelVersionId: b49e5771-b2de-4068-a129-aa8b7fd88e66
2022-08-08T08:04:21.391Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 67463604-bd85-495b-9edd-32f40a52fca7
2022-08-08T08:04:21.393Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/67463604-bd85-495b-9edd-32f40a52fca7/model-vers/model-ver/b49e5771-b2de-4068-a129-aa8b7fd88e66?depth=0
2022-08-08T08:04:21.401Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-08-08T08:04:21.461Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67463604-bd85-495b-9edd-32f40a52fca7/model-vers/model-ver/b49e5771-b2de-4068-a129-aa8b7fd88e66?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-08-08T08:04:21.463Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67463604-bd85-495b-9edd-32f40a52fca7/model-vers/model-ver/b49e5771-b2de-4068-a129-aa8b7fd88e66?depth=0|INFO|500||Invoke
2022-08-08T08:04:21.489Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67463604-bd85-495b-9edd-32f40a52fca7/model-vers/model-ver/b49e5771-b2de-4068-a129-aa8b7fd88e66?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-08-08T08:04:21.623Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67463604-bd85-495b-9edd-32f40a52fca7/model-vers/model-ver/b49e5771-b2de-4068-a129-aa8b7fd88e66?depth=0|INFO|500||InvokeReturn
2022-08-08T08:04:21.624Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67463604-bd85-495b-9edd-32f40a52fca7/model-vers/model-ver/b49e5771-b2de-4068-a129-aa8b7fd88e66?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220808-08:04:21:553-64497], vertex-id=[409784], Content-Length=[0], Date=[Mon, 08 Aug 2022 08:04:21 GMT], Content-Type=[application/json]}
2022-08-08T08:04:21.625Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-08-08T08:04:21.625Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-08T08:04:21.626Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:04:21.645Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-08T08:04:21.645Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8209362-3942-42d8-94f1-7f5f9baacc15 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-08-08T08:04:21.646Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-08T08:04:21.647Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:04:21.651Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:04:21.651Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945861645,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T08:04:21.750Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T08:04:21.752Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:04:21.752Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:04:21.766Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:04:21.767Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T08:04:22.678Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:04:22.679Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:04:22.679Z|f8209362-3942-42d8-94f1-7f5f9baacc15|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 vkGyok14KwHm0i1V) ...
2022-08-08T08:04:27.152Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:04:27.154Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-08T08:04:27.154Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"07f6a3e3-23bc-4fd1-ab78-7e68388076e5","serviceName":"vFW 2022-08-08 07-48-24","serviceVersion":"1.0","serviceUUID":"38cab647-d29a-435b-afdd-17398c109244","serviceDescription":"catalog service description","serviceInvariantUUID":"bbd29d9e-7136-4c52-b305-c41eed1d22e3","resources":[{"resourceInstanceName":"vFW df917eb9-f41e 0","resourceName":"vFW df917eb9-f41e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"21bd93d6-a954-4f0e-b2dc-7e7bb6f2b0fa","resourceInvariantUUID":"2247bafb-0b0a-4e39-9051-f30bab0cd4e2","resourceCustomizationUUID":"9af6db6d-8187-4d76-8564-b2c87151feac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vf-license-model.xml","artifactChecksum":"ZTBhNGY1N2UwY2E3ZmQyYTk3NzdkYzBhNjhmYmQ3NDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3142a2d0-85c1-4ea4-94ca-facd6642e7bd","artifactVersion":"1"},{"artifactName":"vfwdf917eb9f41e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json","artifactChecksum":"YzY1NWU2MjhiYWNiNGVkZGIxNGU1NzAyNGJmZGRlYjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc69c917-a2a0-47ea-a2cf-f34e6a288c50","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f9b1ac53-89e0-4332-9f7b-6db6d544e6fb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vendor-license-model.xml","artifactChecksum":"MTk1ZGFmZjA5MzY0MmIwNzlhNTk3ZjhlZjRhYWU3Y2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14443012-570e-4158-b82a-62ad2083edf9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"97aca756-acac-4a1e-8545-c783fc4982d0","artifactVersion":"2","generatedFromUUID":"f9b1ac53-89e0-4332-9f7b-6db6d544e6fb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220808074824-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-template.yml","artifactChecksum":"ZjhjZjdmYjE5N2I1OWU2M2YzOGQ2YzFkYTZjMWQyODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d037ea9-4013-47aa-ac19-3d4224ad0375","artifactVersion":"1"},{"artifactName":"service-Vfw20220808074824-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar","artifactChecksum":"YmVjMDUzYThiNWExNTVlOGVhOWFiNjgwNTA5YzAzNGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1b3e6bd2-cda8-4e65-a65f-f22baa65a449","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-08T08:04:27.156Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:04:27.157Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:04:27.159Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:04:27.159Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:04:27.259Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:04:27.260Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:04:27.260Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:04:27.273Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:04:27.274Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:04:28.160Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:04:28.160Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:04:28.162Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:04:28.162Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T08:04:28.262Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:04:28.263Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:04:28.263Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:04:28.279Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:04:28.279Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:04:29.163Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:04:29.163Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:04:29.166Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:04:29.166Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:04:29.266Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:04:29.266Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:04:29.267Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:04:29.280Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:04:29.281Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:04:30.166Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:04:30.167Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:04:30.169Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:04:30.169Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:04:30.269Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:04:30.270Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:04:30.270Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:04:30.284Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:04:30.284Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:04:31.170Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:04:31.170Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:04:31.173Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:04:31.173Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-08T08:04:31.273Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T08:04:31.274Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:04:31.274Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:04:31.287Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:04:31.288Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:04:32.174Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:04:32.174Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:04:32.176Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:04:32.177Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:04:32.277Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:04:32.279Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:04:32.279Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:04:32.293Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:04:32.294Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:04:33.177Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:04:33.177Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:04:33.179Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:04:33.179Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:04:33.279Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T08:04:33.281Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:04:33.281Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:04:33.294Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:04:33.294Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:04:34.180Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "serviceName": "vFW 2022-08-08 07-48-24",
  "serviceVersion": "1.0",
  "serviceUUID": "38cab647-d29a-435b-afdd-17398c109244",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bbd29d9e-7136-4c52-b305-c41eed1d22e3",
  "resources": [
    {
      "resourceInstanceName": "vFW df917eb9-f41e 0",
      "resourceCustomizationUUID": "9af6db6d-8187-4d76-8564-b2c87151feac",
      "resourceName": "vFW df917eb9-f41e",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "21bd93d6-a954-4f0e-b2dc-7e7bb6f2b0fa",
      "resourceInvariantUUID": "2247bafb-0b0a-4e39-9051-f30bab0cd4e2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwdf917eb9f41e0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json",
          "artifactChecksum": "YzY1NWU2MjhiYWNiNGVkZGIxNGU1NzAyNGJmZGRlYjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cc69c917-a2a0-47ea-a2cf-f34e6a288c50",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f9b1ac53-89e0-4332-9f7b-6db6d544e6fb",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "97aca756-acac-4a1e-8545-c783fc4982d0",
            "generatedFromUUID": "f9b1ac53-89e0-4332-9f7b-6db6d544e6fb"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "97aca756-acac-4a1e-8545-c783fc4982d0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220808074824-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar",
      "artifactChecksum": "YmVjMDUzYThiNWExNTVlOGVhOWFiNjgwNTA5YzAzNGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1b3e6bd2-cda8-4e65-a65f-f22baa65a449"
    }
  ],
  "workloadContext": "Production"
}
2022-08-08T08:04:34.181Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-08T08:04:34.181Z|f8209362-3942-42d8-94f1-7f5f9baacc15|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 38cab647-d29a-435b-afdd-17398c109244 ASDC
2022-08-08T08:04:34.181Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:07f6a3e3-23bc-4fd1-ab78-7e68388076e5
ServiceName:vFW 2022-08-08 07-48-24
ServiceVersion:1.0
ServiceUUID:38cab647-d29a-435b-afdd-17398c109244
ServiceInvariantUUID:bbd29d9e-7136-4c52-b305-c41eed1d22e3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220808074824-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar
ArtifactUUID:1b3e6bd2-cda8-4e65-a65f-f22baa65a449
ArtifactChecksum:YmVjMDUzYThiNWExNTVlOGVhOWFiNjgwNTA5YzAzNGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW df917eb9-f41e 0
ResourceCustomizationUUID:9af6db6d-8187-4d76-8564-b2c87151feac
ResourceInvariantUUID:2247bafb-0b0a-4e39-9051-f30bab0cd4e2
ResourceName:vFW df917eb9-f41e
ResourceType:VF
ResourceUUID:21bd93d6-a954-4f0e-b2dc-7e7bb6f2b0fa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdf917eb9f41e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json
ArtifactUUID:cc69c917-a2a0-47ea-a2cf-f34e6a288c50
ArtifactChecksum:YzY1NWU2MjhiYWNiNGVkZGIxNGU1NzAyNGJmZGRlYjU=
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/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.yaml
ArtifactUUID:f9b1ac53-89e0-4332-9f7b-6db6d544e6fb
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/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env
ArtifactUUID:97aca756-acac-4a1e-8545-c783fc4982d0
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/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env
ArtifactUUID:97aca756-acac-4a1e-8545-c783fc4982d0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-08T08:04:34.181Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 38cab647-d29a-435b-afdd-17398c109244 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T08:04:34.247Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T08:04:34.248Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T08:04:34.248Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T08:04:34.248Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1b3e6bd2-cda8-4e65-a65f-f22baa65a449 from URL: /sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar
2022-08-08T08:04:34.248Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T08:04:34.249Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar
2022-08-08T08:04:34.670Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T08:04:34.675Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar 1b3e6bd2-cda8-4e65-a65f-f22baa65a449 103052
2022-08-08T08:04:34.676Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar ASDC sendASDCNotification
2022-08-08T08:04:34.676Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar
2022-08-08T08:04:34.676Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T08:04:34.676Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:04:34.679Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:04:34.679Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945874675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:04:34.779Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T08:04:34.780Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:04:34.780Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:04:34.792Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:04:34.793Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:04:35.680Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T08:04:35.681Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T08:04:35.681Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 1b3e6bd2-cda8-4e65-a65f-f22baa65a449, URL: /sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar to file: /app/ASDC/1/service-Vfw20220808074824-csar.csar
2022-08-08T08:04:35.682Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220808074824-csar.csar
2022-08-08T08:04:35.682Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220808074824-csar.csar
2022-08-08T08:04:35.682Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220808074824-csar.csar
2022-08-08T08:04:36.006Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10092211794635296051/Definitions/service-Vfw20220808074824-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-08-08T08:04:37.935Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-08T08:04:37.936Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T08:04:37.936Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220808074824-csar.csar
2022-08-08T08:04:37.936Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-08T08:04:37.936Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||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-Vfw20220808074824-csar.csar
2022-08-08T08:04:37.936Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||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-Vfw20220808074824-csar.csar
2022-08-08T08:04:37.936Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||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-Vfw20220808074824-csar.csar
2022-08-08T08:04:37.936Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220808074824-csar.csar
2022-08-08T08:04:37.936Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220808074824-csar.csar
2022-08-08T08:04:37.936Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||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-Vfw20220808074824-csar.csar
2022-08-08T08:04:37.936Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||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-Vfw20220808074824-csar.csar
2022-08-08T08:04:37.937Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||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-Vfw20220808074824-csar.csar
2022-08-08T08:04:37.937Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220808074824-csar.csar
2022-08-08T08:04:37.937Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||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-Vfw20220808074824-csar.csar
2022-08-08T08:04:37.937Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW df917eb9-f41e 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-Vfw20220808074824-csar.csar
2022-08-08T08:04:37.937Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220808074824-csar.csar
2022-08-08T08:04:37.937Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220808074824-csar.csar
2022-08-08T08:04:37.937Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T08:04:37.937Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:37.937Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-48-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:04:37.938Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vFW df917eb9-f41e 0 is matching search criteria
2022-08-08T08:04:37.938Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T08:04:37.938Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW df917eb9-f41e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T08:04:37.938Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:37.938Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-48-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:04:37.938Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vFW df917eb9-f41e 0 is matching search criteria
2022-08-08T08:04:37.938Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T08:04:37.939Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW df917eb9-f41e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T08:04:37.939Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:37.939Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-48-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:04:37.939Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:37.939Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vFW df917eb9-f41e 0 is not matching search criteria
2022-08-08T08:04:37.939Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T08:04:37.939Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T08:04:37.940Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:04:37.940Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T08:04:37.940Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:04:37.940Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T08:04:37.940Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T08:04:37.940Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T08:04:37.940Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T08:04:37.940Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:04:37.941Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T08:04:37.941Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T08:04:37.941Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T08:04:37.941Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T08:04:37.941Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:04:37.941Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-08T08:04:37.942Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:37.942Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-48-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-08T08:04:37.942Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:37.942Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vFW df917eb9-f41e 0 is matching search criteria
2022-08-08T08:04:37.942Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW df917eb9-f41e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:04:37.942Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:37.943Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vFW df917eb9-f41e 0 is matching search criteria
2022-08-08T08:04:37.943Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW df917eb9-f41e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:04:37.943Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:37.943Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vFW df917eb9-f41e 0 is matching search criteria
2022-08-08T08:04:37.943Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW df917eb9-f41e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:04:37.943Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:37.943Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vFW df917eb9-f41e 0 is not matching search criteria
2022-08-08T08:04:37.943Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T08:04:37.943Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-08T08:04:37.944Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T08:04:37.944Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T08:04:37.944Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T08:04:37.944Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:04:37.944Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T08:04:37.944Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T08:04:37.944Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T08:04:37.944Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T08:04:37.944Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:04:37.945Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c5fc6a16-8a5f-4eeb-b687-32cccfca04b1
2022-08-08T08:04:37.945Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:37.945Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vFW df917eb9-f41e 0 is not matching search criteria
2022-08-08T08:04:37.945Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T08:04:37.945Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T08:04:37.945Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:04:37.945Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T08:04:37.945Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:04:37.946Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T08:04:37.946Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T08:04:37.946Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-08T08:04:37.947Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T08:04:37.947Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T08:04:37.947Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T08:04:37.947Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:04:37.947Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c0ea3b46-0257-4a8b-b165-857844ef1302
2022-08-08T08:04:37.948Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:37.948Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vFW df917eb9-f41e 0 is not matching search criteria
2022-08-08T08:04:37.948Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T08:04:37.949Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T08:04:37.949Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:04:37.949Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T08:04:37.949Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:04:37.950Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T08:04:37.950Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T08:04:37.950Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T08:04:37.951Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T08:04:37.951Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:04:37.951Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T08:04:37.951Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-08T08:04:37.952Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=415f6528-f044-47c3-8a8f-4a9cf2d8fa78
2022-08-08T08:04:37.952Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:37.952Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-48-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:04:37.952Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:37.953Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-48-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:04:37.953Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:37.953Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-48-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:04:37.953Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:37.954Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-48-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:04:37.954Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-08 07-48-24
Description:catalog service description
Model UUID:38cab647-d29a-435b-afdd-17398c109244
Model Version:NULL
Model InvariantUuid:bbd29d9e-7136-4c52-b305-c41eed1d22e3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW df917eb9-f41e
Model UUID:5ff3520b-bd97-4de0-bf8e-dfeb5200bc0a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2247bafb-0b0a-4e39-9051-f30bab0cd4e2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9af6db6d-8187-4d76-8564-b2c87151feac
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a2915cd7-cffa-46cd-901a-0cfe2bf56ebd
ModelName:VfwDf917eb9F41e..base_vfw..module-0
ModelUuid:b9a1d7e2-d200-40fd-977b-e576cd1e1d4c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c5fc6a16-8a5f-4eeb-b687-32cccfca04b1
ModelInvariantUuid:674a4645-907b-43cc-ace3-bf0158aa0b19
ModelName:vFW df917eb9-f41e-nodes.vfwCvfc
ModelUuid:c1490b4b-0331-483d-86b3-458614521e18
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f6d357f8-2823-428b-90a7-401557df884a
ModelInvariantUuid:234f9808-2320-45ae-bbee-adeb379054f6
ModelName:VfwDf917eb9F41e.compute.nodes.heat.vfw
ModelUuid:b436018a-1d6e-41eb-9b08-a8c3b37c3c3b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c0ea3b46-0257-4a8b-b165-857844ef1302
ModelInvariantUuid:540e2f0c-4f24-410a-b6b7-3b20302de969
ModelName:vFW df917eb9-f41e-nodes.vsnCvfc
ModelUuid:5159772b-882a-4d2f-b8b6-c91c41fc9b7c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:770e1ccb-bd32-4082-933e-856d8a31e753
ModelInvariantUuid:48614187-13cb-4573-90c7-dd8debb96801
ModelName:VfwDf917eb9F41e.compute.nodes.heat.vsn
ModelUuid:edbcd6b3-95f3-4d31-b122-5957efa2b0c3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:415f6528-f044-47c3-8a8f-4a9cf2d8fa78
ModelInvariantUuid:e9d4bdec-e835-4754-a060-f1673d62a959
ModelName:vFW df917eb9-f41e-nodes.vpgCvfc
ModelUuid:be55f334-9574-4ac3-9b7e-71119b51d93c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:373a7ccd-cf8b-43d8-9ccd-3b3474ae3c4a
ModelInvariantUuid:1f5fa9eb-9937-4913-b155-e4433c980de0
ModelName:VfwDf917eb9F41e.compute.nodes.heat.vpg
ModelUuid:cc8fb97b-e880-4f05-b1e2-8f5a8d06053c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-08T08:04:37.966Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 21bd93d6-a954-4f0e-b2dc-7e7bb6f2b0fa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:04:37.969Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||vFW df917eb9-f41e 0
2022-08-08T08:04:37.970Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 21bd93d6-a954-4f0e-b2dc-7e7bb6f2b0fa
2022-08-08T08:04:37.970Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cc69c917-a2a0-47ea-a2cf-f34e6a288c50 from URL: /sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json
2022-08-08T08:04:37.970Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T08:04:37.970Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json
2022-08-08T08:04:38.279Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T08:04:38.279Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json cc69c917-a2a0-47ea-a2cf-f34e6a288c50 785
2022-08-08T08:04:38.279Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json ASDC sendASDCNotification
2022-08-08T08:04:38.279Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json
2022-08-08T08:04:38.279Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T08:04:38.279Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:04:38.281Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:04:38.281Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945878279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:04:38.381Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:04:38.382Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:04:38.383Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:04:38.396Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:04:38.396Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-08T08:04:39.282Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDf917eb9F41e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a2915cd7-cffa-46cd-901a-0cfe2bf56ebd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b9a1d7e2-d200-40fd-977b-e576cd1e1d4c",
    "vfModuleModelCustomizationUUID": "868d0487-5878-43fb-a1e3-70acba28365c",
    "isBase": true,
    "artifacts": [
      "f9b1ac53-89e0-4332-9f7b-6db6d544e6fb",
      "97aca756-acac-4a1e-8545-c783fc4982d0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-08T08:04:39.287Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDf917eb9F41e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9a1d7e2-d200-40fd-977b-e576cd1e1d4c
VfModuleModelInvariantUUID:a2915cd7-cffa-46cd-901a-0cfe2bf56ebd
VfModuleModelDescription:NULL
Artifacts UUID List:{
f9b1ac53-89e0-4332-9f7b-6db6d544e6fb
,
97aca756-acac-4a1e-8545-c783fc4982d0

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

isBase:true


}

2022-08-08T08:04:39.288Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDf917eb9F41e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a2915cd7-cffa-46cd-901a-0cfe2bf56ebd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b9a1d7e2-d200-40fd-977b-e576cd1e1d4c",
    "vfModuleModelCustomizationUUID": "868d0487-5878-43fb-a1e3-70acba28365c",
    "isBase": true,
    "artifacts": [
      "f9b1ac53-89e0-4332-9f7b-6db6d544e6fb",
      "97aca756-acac-4a1e-8545-c783fc4982d0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-08T08:04:39.288Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDf917eb9F41e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9a1d7e2-d200-40fd-977b-e576cd1e1d4c
VfModuleModelInvariantUUID:a2915cd7-cffa-46cd-901a-0cfe2bf56ebd
VfModuleModelDescription:NULL
Artifacts UUID List:{
f9b1ac53-89e0-4332-9f7b-6db6d544e6fb
,
97aca756-acac-4a1e-8545-c783fc4982d0

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

isBase:true


}

2022-08-08T08:04:39.289Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f9b1ac53-89e0-4332-9f7b-6db6d544e6fb from URL: /sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.yaml
2022-08-08T08:04:39.289Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T08:04:39.289Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.yaml
2022-08-08T08:04:39.548Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T08:04:39.549Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.yaml f9b1ac53-89e0-4332-9f7b-6db6d544e6fb 20368
2022-08-08T08:04:39.549Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-08T08:04:39.549Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.yaml
2022-08-08T08:04:39.550Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T08:04:39.550Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:04:39.552Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:04:39.552Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945879549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:04:39.652Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:04:39.653Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:04:39.653Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:04:39.667Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:04:39.667Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:04:40.553Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 97aca756-acac-4a1e-8545-c783fc4982d0 from URL: /sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env
2022-08-08T08:04:40.553Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T08:04:40.553Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env
2022-08-08T08:04:40.667Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T08:04:40.667Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env 97aca756-acac-4a1e-8545-c783fc4982d0 2098
2022-08-08T08:04:40.667Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-08T08:04:40.668Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env
2022-08-08T08:04:40.668Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T08:04:40.668Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:04:40.670Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:04:40.670Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945880667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:04:40.770Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:04:40.771Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:04:40.771Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:04:40.784Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:04:40.784Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:04:41.670Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 38cab647-d29a-435b-afdd-17398c109244
2022-08-08T08:04:41.671Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW df917eb9-f41e 0 21bd93d6-a954-4f0e-b2dc-7e7bb6f2b0fa ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:04:41.738Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2dc3b89a, org.onap.sdc.toscaparser.api.parameters.Input@20257d28, org.onap.sdc.toscaparser.api.parameters.Input@40419082, org.onap.sdc.toscaparser.api.parameters.Input@6a0f191, org.onap.sdc.toscaparser.api.parameters.Input@36978eb7]
2022-08-08T08:04:41.740Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:41.740Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-48-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:04:41.740Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-08-08T08:04:41.740Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 9af6db6d-8187-4d76-8564-b2c87151feac
2022-08-08T08:04:41.741Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9af6db6d-8187-4d76-8564-b2c87151feac matches Tosca VF Customization UUID: 9af6db6d-8187-4d76-8564-b2c87151feac
2022-08-08T08:04:41.741Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 9af6db6d-8187-4d76-8564-b2c87151feac  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-08T08:04:41.744Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:41.744Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-48-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:04:41.744Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 9af6db6d-8187-4d76-8564-b2c87151feac: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-08-08T08:04:41.745Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70f4700b
2022-08-08T08:04:41.745Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:41.745Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-48-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-08T08:04:41.745Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 868d0487-5878-43fb-a1e3-70acba28365c
2022-08-08T08:04:41.745Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 868d0487-5878-43fb-a1e3-70acba28365c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-08T08:04:41.748Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:41.748Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vFW df917eb9-f41e 0 is matching search criteria
2022-08-08T08:04:41.748Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW df917eb9-f41e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:04:41.749Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:41.749Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vFW df917eb9-f41e 0 is matching search criteria
2022-08-08T08:04:41.749Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW df917eb9-f41e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:04:41.749Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:41.749Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vFW df917eb9-f41e 0 is not matching search criteria
2022-08-08T08:04:41.750Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T08:04:41.750Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-08T08:04:41.750Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T08:04:41.750Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T08:04:41.750Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T08:04:41.750Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:04:41.751Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T08:04:41.751Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T08:04:41.751Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T08:04:41.751Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T08:04:41.751Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:04:41.752Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c5fc6a16-8a5f-4eeb-b687-32cccfca04b1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-08T08:04:41.761Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:41.761Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vFW df917eb9-f41e 0 is matching search criteria
2022-08-08T08:04:41.762Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW df917eb9-f41e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:04:41.762Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:41.762Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vFW df917eb9-f41e 0 is not matching search criteria
2022-08-08T08:04:41.762Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T08:04:41.762Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T08:04:41.763Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:04:41.763Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T08:04:41.763Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:04:41.763Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T08:04:41.763Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T08:04:41.764Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-08T08:04:41.764Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T08:04:41.764Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T08:04:41.764Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T08:04:41.764Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:04:41.765Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c0ea3b46-0257-4a8b-b165-857844ef1302
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-08T08:04:41.776Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:41.776Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vFW df917eb9-f41e 0 is matching search criteria
2022-08-08T08:04:41.776Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW df917eb9-f41e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:04:41.776Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:41.776Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vFW df917eb9-f41e 0 is not matching search criteria
2022-08-08T08:04:41.777Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T08:04:41.777Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T08:04:41.777Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:04:41.777Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T08:04:41.777Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:04:41.778Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T08:04:41.778Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T08:04:41.778Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T08:04:41.778Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T08:04:41.778Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:04:41.778Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T08:04:41.779Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-08T08:04:41.779Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=415f6528-f044-47c3-8a8f-4a9cf2d8fa78
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-08T08:04:41.785Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:41.786Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vFW df917eb9-f41e 0 is matching search criteria
2022-08-08T08:04:41.786Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW df917eb9-f41e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:04:41.786Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:41.786Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Node template vFW df917eb9-f41e 0 is matching search criteria
2022-08-08T08:04:41.786Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW df917eb9-f41e 0] matching following query criteria: sdcType=VF, customizationUUID=9af6db6d-8187-4d76-8564-b2c87151feac
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:04:41.796Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:41.796Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-48-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:04:41.797Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 38cab647-d29a-435b-afdd-17398c109244: vFW df917eb9-f41e
2022-08-08T08:04:41.797Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:41.797Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-48-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:04:41.797Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:41.797Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-48-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:04:41.798Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:41.798Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-48-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:04:41.798Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:41.798Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-48-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:04:41.798Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:04:41.799Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-48-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:04:41.799Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-08-08 07-48-24 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:04:42.058Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW df917eb9-f41e 21bd93d6-a954-4f0e-b2dc-7e7bb6f2b0fa 1 ASDC deployResourceStructure
2022-08-08T08:04:42.059Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json ASDC sendASDCNotification
2022-08-08T08:04:42.059Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json
2022-08-08T08:04:42.059Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T08:04:42.060Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:04:42.061Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:04:42.062Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945882059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T08:04:42.162Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:04:42.162Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:04:42.162Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:04:42.178Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:04:42.178Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-08T08:04:43.062Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-08T08:04:43.063Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.yaml
2022-08-08T08:04:43.063Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T08:04:43.063Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:04:43.065Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:04:43.065Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945883062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-08T08:04:43.165Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:04:43.166Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:04:43.166Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:04:43.245Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:04:43.246Z||pool-101-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:04:44.066Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-08T08:04:44.066Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env
2022-08-08T08:04:44.066Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T08:04:44.066Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:04:44.068Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:04:44.069Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945884065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-08T08:04:44.169Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T08:04:44.170Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:04:44.170Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:04:44.186Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:04:44.186Z||pool-102-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:04:45.070Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar ASDC sendASDCNotification
2022-08-08T08:04:45.070Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar
2022-08-08T08:04:45.070Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T08:04:45.070Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:04:45.073Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:04:45.073Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945885070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:04:45.173Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:04:45.174Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:04:45.175Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:04:45.190Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:04:45.190Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:04:46.073Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:04:46.085Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:04:46.087Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:04:46.087Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:04:46.087Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:04:46.087Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:05:01.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:05:01.972Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:05:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:05:02.630Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:05:02.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-08T08:05:02.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8209362-3942-42d8-94f1-7f5f9baacc15",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945861645,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T08:05:02.631Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:05:02.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-08T08:05:02.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:05:02.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:05:02.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-08T08:05:02.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T08:05:02.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:05:02.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-08T08:05:02.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:05:02.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:05:02.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-08T08:05:02.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:05:02.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:05:02.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-08T08:05:02.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-08T08:05:02.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:05:02.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-08T08:05:02.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:05:02.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:05:02.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-08T08:05:02.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:05:02.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:05:02.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-08T08:05:02.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945874675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:05:02.634Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:05:02.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-08T08:05:02.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945878279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:05:02.635Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:05:02.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-08T08:05:02.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945879549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:05:02.635Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:05:02.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-08T08:05:02.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945880667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:05:02.636Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:05:02.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-08T08:05:02.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945882059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/vfwdf917eb9f41e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T08:05:02.636Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:05:02.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-08T08:05:02.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945883062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-08T08:05:02.637Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:05:02.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-08T08:05:02.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945884065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/resourceInstances/vfwdf917eb9f41e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-08T08:05:02.637Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:05:02.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-08T08:05:02.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945885070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808074824/1.0/artifacts/service-Vfw20220808074824-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:05:02.638Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:05:16.088Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:05:16.105Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:05:16.108Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:05:16.108Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:05:16.108Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:05:16.108Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:05:46.109Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:05:46.120Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:05:46.122Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:05:46.123Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:05:46.123Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:05:46.123Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:06:01.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:06:01.972Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:06:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:06:11.527Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:06:16.123Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:06:16.138Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:06:16.139Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:06:16.139Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:06:16.140Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:06:16.140Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:06:46.140Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:06:46.178Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:06:46.181Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:06:46.181Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:06:46.181Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:06:46.181Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:07:01.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:07:01.973Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:07:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:07:11.525Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:07:16.182Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:07:16.211Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:07:16.213Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:07:16.213Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:07:16.213Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:07:16.213Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:07:46.213Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:07:46.228Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:07:46.230Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:07:46.230Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:07:46.230Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:07:46.230Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:08:01.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:08:01.972Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:08:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:08:11.525Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:08:16.231Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:08:16.260Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:08:16.262Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:08:16.262Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:08:16.262Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:08:16.263Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:08:46.263Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:08:46.280Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:08:46.282Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:08:46.282Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:08:46.282Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:08:46.282Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:09:01.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:09:01.972Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:09:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:09:09.233Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:09:09.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-08T08:09:09.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "aai-ml",
  "timestamp": 1659946140763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:09:09.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:09:16.283Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:09:16.293Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07f6a3e3-23bc-4fd1-ab78-7e68388076e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:09:16.295Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:09:16.295Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:09:16.295Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:09:16.296Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:09:46.296Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-08-08T08:09:46.296Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 07f6a3e3-23bc-4fd1-ab78-7e68388076e5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-08T08:09:46.323Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 07f6a3e3-23bc-4fd1-ab78-7e68388076e5 and serviceModelVersionId: 38cab647-d29a-435b-afdd-17398c109244
2022-08-08T08:09:46.323Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bbd29d9e-7136-4c52-b305-c41eed1d22e3
2022-08-08T08:09:46.325Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bbd29d9e-7136-4c52-b305-c41eed1d22e3/model-vers/model-ver/38cab647-d29a-435b-afdd-17398c109244?depth=0
2022-08-08T08:09:46.334Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-08-08T08:09:46.396Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbd29d9e-7136-4c52-b305-c41eed1d22e3/model-vers/model-ver/38cab647-d29a-435b-afdd-17398c109244?depth=0|INFO|500||Invoke
2022-08-08T08:09:46.397Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbd29d9e-7136-4c52-b305-c41eed1d22e3/model-vers/model-ver/38cab647-d29a-435b-afdd-17398c109244?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbd29d9e-7136-4c52-b305-c41eed1d22e3/model-vers/model-ver/38cab647-d29a-435b-afdd-17398c109244?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[07f6a3e3-23bc-4fd1-ab78-7e68388076e5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1db9ae84-a2ed-4481-836e-e0d2185a049b], X-ECOMP-RequestID=[07f6a3e3-23bc-4fd1-ab78-7e68388076e5], X-TransactionId=[], X-ONAP-RequestID=[07f6a3e3-23bc-4fd1-ab78-7e68388076e5], Content-Type=[application/merge-patch+json]}
2022-08-08T08:09:46.422Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbd29d9e-7136-4c52-b305-c41eed1d22e3/model-vers/model-ver/38cab647-d29a-435b-afdd-17398c109244?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-08-08T08:09:46.600Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbd29d9e-7136-4c52-b305-c41eed1d22e3/model-vers/model-ver/38cab647-d29a-435b-afdd-17398c109244?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbd29d9e-7136-4c52-b305-c41eed1d22e3/model-vers/model-ver/38cab647-d29a-435b-afdd-17398c109244?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220808-08:09:46:483-67153], vertex-id=[278744], Content-Length=[0], Date=[Mon, 08 Aug 2022 08:09:46 GMT], Content-Type=[application/json]}
2022-08-08T08:09:46.601Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbd29d9e-7136-4c52-b305-c41eed1d22e3/model-vers/model-ver/38cab647-d29a-435b-afdd-17398c109244?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-08T08:09:46.602Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbd29d9e-7136-4c52-b305-c41eed1d22e3/model-vers/model-ver/38cab647-d29a-435b-afdd-17398c109244?depth=0|INFO|500||InvokeReturn
2022-08-08T08:09:46.603Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-08T08:09:46.604Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:09:46.615Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-08T08:09:46.616Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 07f6a3e3-23bc-4fd1-ab78-7e68388076e5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-08-08T08:09:46.617Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-08T08:09:46.617Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:09:46.620Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:09:46.620Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946186617,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T08:09:46.721Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:09:46.722Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:09:46.723Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:09:46.741Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:09:46.742Z||pool-104-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T08:09:47.667Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-08T08:09:47.667Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"62f5b14c-9bb5-43a0-b880-784cbebf5f3c","serviceName":"Demo_pNF_O39OfdDfq0igaRzHTTdS","serviceVersion":"1.0","serviceUUID":"b204a1ee-6e16-41e9-aafd-49d2ba5733f8","serviceDescription":"catalog service description","serviceInvariantUUID":"eaa89721-df9e-46ea-b4be-99d4b1d0be55","resources":[{"resourceInstanceName":"pNF 5f6156b9-b7d2 0","resourceName":"pNF 5f6156b9-b7d2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"76eb0c25-d198-4a2f-9a97-a61fdd060074","resourceInvariantUUID":"94a2c51b-b18b-4f06-baa2-5344c02add0c","resourceCustomizationUUID":"57c7cc31-71cf-4b21-bdcb-9019539df3f1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/vf-license-model.xml","artifactChecksum":"MTA0MjllNzg0OGVkOGU1MGEyYzJkNmJhMmQwNmQ2NGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c8bab8a7-166d-46d7-9dfd-b2fddb340b2a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/pNF.csar","artifactChecksum":"NDhhZTAzMGU3MDIzYTlhOWM4NzliNzkwYTdiZjVmZWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cce32fb2-52b9-4a8d-85ed-14da47d9ff4e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d6e84df5-09db-45a9-b36f-bcb2a1909fa5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/vendor-license-model.xml","artifactChecksum":"NWZiZjExYmI4NmVlODVlYTQ2ZDI0ODhmMTM1MWJiY2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"42e276b4-7944-4410-ad8a-b55d57f3c349","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cbdea0de-da21-463a-88d7-44d1f588804d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f78b26a-3d75-4e44-ac78-e616b2d7f2b4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfO39ofddfq0igarzhttds-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-template.yml","artifactChecksum":"NjJiODM3NzJjYTA4OGRkYjhkZWRjNDAyZDVlNGNhNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae127942-d1f8-478c-b717-09a4e4b068b3","artifactVersion":"1"},{"artifactName":"service-DemoPnfO39ofddfq0igarzhttds-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar","artifactChecksum":"MGY1M2EwZjY4NWRhMjFhOGQzNDQ3MjI0YzZhMjI1ZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d919095d-f1a0-454c-9072-89ff2dc421cd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-08T08:09:47.668Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:09:47.668Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:09:47.671Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:09:47.671Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:09:47.771Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:09:47.772Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:09:47.772Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:09:47.791Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:09:47.792Z||pool-105-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:09:48.671Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:09:48.672Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:09:48.674Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:09:48.674Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:09:48.774Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:09:48.775Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:09:48.776Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:09:48.789Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:09:48.789Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:09:49.675Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:09:49.675Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:09:49.678Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:09:49.678Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:09:49.778Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:09:49.779Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:09:49.779Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:09:49.791Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:09:49.791Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:09:50.679Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:09:50.680Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:09:50.682Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:09:50.682Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:09:50.782Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:09:50.783Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:09:50.783Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:09:50.797Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:09:50.798Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:09:51.682Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:09:51.683Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:09:51.686Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:09:51.686Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:09:51.786Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:09:51.786Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:09:51.787Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:09:51.800Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:09:51.801Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-08T08:09:52.686Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:09:52.687Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:09:52.690Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:09:52.690Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:09:52.792Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:09:52.795Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:09:52.795Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:09:52.810Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:09:52.811Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-08T08:09:53.691Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:09:53.692Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:09:53.695Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:09:53.695Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:09:53.795Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:09:53.796Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:09:53.796Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:09:53.819Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:09:53.820Z||pool-111-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:09:54.696Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:09:54.696Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:09:54.699Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:09:54.699Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:09:54.799Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:09:54.800Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:09:54.800Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:09:54.815Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:09:54.815Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:09:55.700Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "serviceName": "Demo_pNF_O39OfdDfq0igaRzHTTdS",
  "serviceVersion": "1.0",
  "serviceUUID": "b204a1ee-6e16-41e9-aafd-49d2ba5733f8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "eaa89721-df9e-46ea-b4be-99d4b1d0be55",
  "resources": [
    {
      "resourceInstanceName": "pNF 5f6156b9-b7d2 0",
      "resourceCustomizationUUID": "57c7cc31-71cf-4b21-bdcb-9019539df3f1",
      "resourceName": "pNF 5f6156b9-b7d2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "76eb0c25-d198-4a2f-9a97-a61fdd060074",
      "resourceInvariantUUID": "94a2c51b-b18b-4f06-baa2-5344c02add0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfO39ofddfq0igarzhttds-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar",
      "artifactChecksum": "MGY1M2EwZjY4NWRhMjFhOGQzNDQ3MjI0YzZhMjI1ZGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d919095d-f1a0-454c-9072-89ff2dc421cd"
    }
  ],
  "workloadContext": "Production"
}
2022-08-08T08:09:55.701Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-08T08:09:55.701Z|07f6a3e3-23bc-4fd1-ab78-7e68388076e5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b204a1ee-6e16-41e9-aafd-49d2ba5733f8 ASDC
2022-08-08T08:09:55.701Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:62f5b14c-9bb5-43a0-b880-784cbebf5f3c
ServiceName:Demo_pNF_O39OfdDfq0igaRzHTTdS
ServiceVersion:1.0
ServiceUUID:b204a1ee-6e16-41e9-aafd-49d2ba5733f8
ServiceInvariantUUID:eaa89721-df9e-46ea-b4be-99d4b1d0be55
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfO39ofddfq0igarzhttds-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar
ArtifactUUID:d919095d-f1a0-454c-9072-89ff2dc421cd
ArtifactChecksum:MGY1M2EwZjY4NWRhMjFhOGQzNDQ3MjI0YzZhMjI1ZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5f6156b9-b7d2 0
ResourceCustomizationUUID:57c7cc31-71cf-4b21-bdcb-9019539df3f1
ResourceInvariantUUID:94a2c51b-b18b-4f06-baa2-5344c02add0c
ResourceName:pNF 5f6156b9-b7d2
ResourceType:PNF
ResourceUUID:76eb0c25-d198-4a2f-9a97-a61fdd060074
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-08T08:09:55.702Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b204a1ee-6e16-41e9-aafd-49d2ba5733f8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T08:09:55.743Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T08:09:55.744Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T08:09:55.744Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T08:09:55.744Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d919095d-f1a0-454c-9072-89ff2dc421cd from URL: /sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar
2022-08-08T08:09:55.745Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T08:09:55.745Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar
2022-08-08T08:09:56.172Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T08:09:56.176Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar d919095d-f1a0-454c-9072-89ff2dc421cd 86688
2022-08-08T08:09:56.176Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar ASDC sendASDCNotification
2022-08-08T08:09:56.176Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar
2022-08-08T08:09:56.176Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T08:09:56.177Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:09:56.179Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:09:56.179Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946196176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:09:56.279Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:09:56.281Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:09:56.281Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:09:56.306Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:09:56.307Z||pool-113-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:09:57.179Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T08:09:57.180Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T08:09:57.180Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d919095d-f1a0-454c-9072-89ff2dc421cd, URL: /sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar to file: /app/ASDC/1/service-DemoPnfO39ofddfq0igarzhttds-csar.csar
2022-08-08T08:09:57.181Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfO39ofddfq0igarzhttds-csar.csar
2022-08-08T08:09:57.181Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfO39ofddfq0igarzhttds-csar.csar
2022-08-08T08:09:57.181Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfO39ofddfq0igarzhttds-csar.csar
2022-08-08T08:09:57.409Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16128397511735086796/Definitions/service-DemoPnfO39ofddfq0igarzhttds-template.yml
2022-08-08T08:09:58.307Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-08T08:09:58.308Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T08:09:58.308Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfO39ofddfq0igarzhttds-csar.csar
2022-08-08T08:09:58.308Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-08T08:09:58.309Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||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-DemoPnfO39ofddfq0igarzhttds-csar.csar
2022-08-08T08:09:58.309Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfO39ofddfq0igarzhttds-csar.csar
2022-08-08T08:09:58.309Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||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-DemoPnfO39ofddfq0igarzhttds-csar.csar
2022-08-08T08:09:58.309Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||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-DemoPnfO39ofddfq0igarzhttds-csar.csar
2022-08-08T08:09:58.309Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||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-DemoPnfO39ofddfq0igarzhttds-csar.csar
2022-08-08T08:09:58.310Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfO39ofddfq0igarzhttds-csar.csar
2022-08-08T08:09:58.310Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5f6156b9-b7d2 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-DemoPnfO39ofddfq0igarzhttds-csar.csar
2022-08-08T08:09:58.310Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T08:09:58.310Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:09:58.310Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_O39OfdDfq0igaRzHTTdS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:09:58.311Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Node template pNF 5f6156b9-b7d2 0 is matching search criteria
2022-08-08T08:09:58.311Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T08:09:58.311Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 5f6156b9-b7d2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T08:09:58.312Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:09:58.312Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_O39OfdDfq0igaRzHTTdS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:09:58.312Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Node template pNF 5f6156b9-b7d2 0 is matching search criteria
2022-08-08T08:09:58.312Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T08:09:58.313Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 5f6156b9-b7d2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T08:09:58.313Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:09:58.313Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_O39OfdDfq0igaRzHTTdS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:09:58.313Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:09:58.313Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_O39OfdDfq0igaRzHTTdS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:09:58.314Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:09:58.314Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_O39OfdDfq0igaRzHTTdS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:09:58.314Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:09:58.314Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_O39OfdDfq0igaRzHTTdS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:09:58.315Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:09:58.315Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_O39OfdDfq0igaRzHTTdS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:09:58.315Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_O39OfdDfq0igaRzHTTdS
Description:catalog service description
Model UUID:b204a1ee-6e16-41e9-aafd-49d2ba5733f8
Model Version:NULL
Model InvariantUuid:eaa89721-df9e-46ea-b4be-99d4b1d0be55
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-08T08:09:58.346Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 76eb0c25-d198-4a2f-9a97-a61fdd060074
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:09:58.350Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||pNF 5f6156b9-b7d2 0
2022-08-08T08:09:58.351Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 76eb0c25-d198-4a2f-9a97-a61fdd060074
2022-08-08T08:09:58.351Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b204a1ee-6e16-41e9-aafd-49d2ba5733f8
2022-08-08T08:09:58.351Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b204a1ee-6e16-41e9-aafd-49d2ba5733f8
2022-08-08T08:09:58.352Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5f6156b9-b7d2 0 76eb0c25-d198-4a2f-9a97-a61fdd060074 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:09:58.361Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ee2edff, org.onap.sdc.toscaparser.api.parameters.Input@76c942b9, org.onap.sdc.toscaparser.api.parameters.Input@7c734f33, org.onap.sdc.toscaparser.api.parameters.Input@275c5086, org.onap.sdc.toscaparser.api.parameters.Input@5ea8cc87]
2022-08-08T08:09:58.362Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:09:58.362Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_O39OfdDfq0igaRzHTTdS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:09:58.363Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b204a1ee-6e16-41e9-aafd-49d2ba5733f8: pNF 5f6156b9-b7d2
2022-08-08T08:09:58.363Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||Processing PNF resource: 76eb0c25-d198-4a2f-9a97-a61fdd060074
2022-08-08T08:09:58.363Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:09:58.364Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_O39OfdDfq0igaRzHTTdS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:09:58.364Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||Resource customization UUID: 57c7cc31-71cf-4b21-bdcb-9019539df3f1 is the same as notified resource customizationUUID: 57c7cc31-71cf-4b21-bdcb-9019539df3f1
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-08-08T08:09:58.439Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5f6156b9-b7d2 76eb0c25-d198-4a2f-9a97-a61fdd060074 0 ASDC deployResourceStructure
2022-08-08T08:09:58.440Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar ASDC sendASDCNotification
2022-08-08T08:09:58.440Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar
2022-08-08T08:09:58.440Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T08:09:58.440Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:09:58.442Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:09:58.443Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946198440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:09:58.543Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:09:58.543Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:09:58.543Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:09:58.556Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:09:58.556Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-08-08T08:09:59.443Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:09:59.461Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:09:59.463Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:09:59.463Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:09:59.463Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:09:59.463Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:10:01.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:10:01.972Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:10:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:10:02.128Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:10:02.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-08T08:10:02.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "aai-ml",
  "timestamp": 1659946140763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:10:02.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:10:29.464Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:10:29.473Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:10:29.475Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:10:29.475Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:10:29.476Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:10:29.476Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:10:59.476Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:10:59.486Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:10:59.488Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:10:59.488Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:10:59.488Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:10:59.489Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:11:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:11:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:11:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:11:02.518Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:11:02.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "aai-ml",
  "timestamp": 1659946140763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946150547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "aai-ml",
  "timestamp": 1659946140763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946150547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T08:11:02.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "aai-ml",
  "timestamp": 1659946140763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "cds",
  "timestamp": 1659946151866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946150547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:11:02.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "aai-ml",
  "timestamp": 1659946140763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "cds",
  "timestamp": 1659946151866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "policy-id",
  "timestamp": 1659946153294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946150547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "aai-ml",
  "timestamp": 1659946140763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:11:02.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "cds",
  "timestamp": 1659946151866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "policy-id",
  "timestamp": 1659946153294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946150547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-08T08:11:02.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "aai-ml",
  "timestamp": 1659946155559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:11:02.525Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:11:02.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "cds",
  "timestamp": 1659946151866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946155342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "policy-id",
  "timestamp": 1659946153294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:11:02.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946150547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "cds",
  "timestamp": 1659946151866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946155342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "policy-id",
  "timestamp": 1659946153294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946150547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:11:02.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "cds",
  "timestamp": 1659946151866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946155342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "policy-id",
  "timestamp": 1659946153294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946158365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:11:02.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:11:02.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "cds",
  "timestamp": 1659946151866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:11:02.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946155342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "policy-id",
  "timestamp": 1659946153294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946159476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:11:02.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:11:02.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946155342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "cds",
  "timestamp": 1659946159691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:11:02.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:11:02.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "policy-id",
  "timestamp": 1659946153294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:11:02.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946160549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:11:02.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:11:02.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946155342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "cds",
  "timestamp": 1659946160703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:11:02.550Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 223bfba6-c8d5-405f-b57c-0aad9d9992a0
2022-08-08T08:11:02.550Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 223bfba6-c8d5-405f-b57c-0aad9d9992a0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:11:02.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "policy-id",
  "timestamp": 1659946161159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:11:02.563Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:11:02.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946161574,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:11:02.568Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 223bfba6-c8d5-405f-b57c-0aad9d9992a0
2022-08-08T08:11:02.569Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 223bfba6-c8d5-405f-b57c-0aad9d9992a0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:11:02.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946155342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "policy-id",
  "timestamp": 1659946162166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:11:02.606Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:11:02.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946162577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T08:11:02.607Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:11:02.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "policy-id",
  "timestamp": 1659946163171,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:11:02.617Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 223bfba6-c8d5-405f-b57c-0aad9d9992a0
2022-08-08T08:11:02.617Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 223bfba6-c8d5-405f-b57c-0aad9d9992a0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-08T08:11:02.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "aai-ml",
  "timestamp": 1659946169445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:11:02.624Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:11:02.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "aai-ml",
  "timestamp": 1659946170449,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:11:02.629Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 223bfba6-c8d5-405f-b57c-0aad9d9992a0
2022-08-08T08:11:02.629Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 223bfba6-c8d5-405f-b57c-0aad9d9992a0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:11:02.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07f6a3e3-23bc-4fd1-ab78-7e68388076e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946186617,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T08:11:02.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:11:02.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/resourceInstances/pnf5f6156b9b7d20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:11:02.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:11:02.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:11:02.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946196176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:11:02.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:11:02.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:11:02.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946198440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO39ofddfq0igarzhttds/1.0/artifacts/service-DemoPnfO39ofddfq0igarzhttds-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:11:02.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:11:29.489Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:11:29.518Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:11:29.520Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:11:29.520Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:11:29.520Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:11:29.520Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:11:59.520Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:11:59.551Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:11:59.554Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:11:59.554Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:11:59.554Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:11:59.554Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:12:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:12:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:12:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:12:03.004Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:12:03.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:12:03.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946315342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:12:03.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:12:29.554Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:12:29.609Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:12:29.622Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:12:29.622Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:12:29.622Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:12:29.622Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:12:59.624Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:12:59.686Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:12:59.689Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:12:59.689Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:12:59.690Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:12:59.690Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:13:01.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:13:01.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:13:01.974Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:13:02.005Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:13:02.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:13:02.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "aai-ml",
  "timestamp": 1659946320763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:13:02.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:13:29.690Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:13:29.735Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:13:29.741Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:13:29.741Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:13:29.741Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:13:29.741Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:13:59.742Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:13:59.799Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:13:59.803Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:13:59.803Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:13:59.803Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:13:59.803Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:14:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:14:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:14:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:14:02.012Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:14:02.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:14:02.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "cds",
  "timestamp": 1659946316866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:14:02.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:14:02.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:14:02.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "policy-id",
  "timestamp": 1659946313294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:14:02.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:14:29.804Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:14:29.883Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62f5b14c-9bb5-43a0-b880-784cbebf5f3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:14:29.892Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:14:29.892Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:14:29.892Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:14:29.893Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:14:59.893Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-08-08T08:14:59.893Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 62f5b14c-9bb5-43a0-b880-784cbebf5f3c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-08T08:14:59.919Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 62f5b14c-9bb5-43a0-b880-784cbebf5f3c and serviceModelVersionId: b204a1ee-6e16-41e9-aafd-49d2ba5733f8
2022-08-08T08:14:59.919Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eaa89721-df9e-46ea-b4be-99d4b1d0be55
2022-08-08T08:14:59.921Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eaa89721-df9e-46ea-b4be-99d4b1d0be55/model-vers/model-ver/b204a1ee-6e16-41e9-aafd-49d2ba5733f8?depth=0
2022-08-08T08:14:59.930Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-08-08T08:15:00.006Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eaa89721-df9e-46ea-b4be-99d4b1d0be55/model-vers/model-ver/b204a1ee-6e16-41e9-aafd-49d2ba5733f8?depth=0|INFO|500||Invoke
2022-08-08T08:15:00.007Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eaa89721-df9e-46ea-b4be-99d4b1d0be55/model-vers/model-ver/b204a1ee-6e16-41e9-aafd-49d2ba5733f8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eaa89721-df9e-46ea-b4be-99d4b1d0be55/model-vers/model-ver/b204a1ee-6e16-41e9-aafd-49d2ba5733f8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[62f5b14c-9bb5-43a0-b880-784cbebf5f3c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5da93b1e-0b7b-416a-a812-53b189264a7f], X-ECOMP-RequestID=[62f5b14c-9bb5-43a0-b880-784cbebf5f3c], X-TransactionId=[], X-ONAP-RequestID=[62f5b14c-9bb5-43a0-b880-784cbebf5f3c], Content-Type=[application/merge-patch+json]}
2022-08-08T08:15:00.034Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eaa89721-df9e-46ea-b4be-99d4b1d0be55/model-vers/model-ver/b204a1ee-6e16-41e9-aafd-49d2ba5733f8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-08-08T08:15:00.421Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eaa89721-df9e-46ea-b4be-99d4b1d0be55/model-vers/model-ver/b204a1ee-6e16-41e9-aafd-49d2ba5733f8?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eaa89721-df9e-46ea-b4be-99d4b1d0be55/model-vers/model-ver/b204a1ee-6e16-41e9-aafd-49d2ba5733f8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220808-08:15:00:093-79870], vertex-id=[209016], Content-Length=[0], Date=[Mon, 08 Aug 2022 08:15:00 GMT], Content-Type=[application/json]}
2022-08-08T08:15:00.422Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eaa89721-df9e-46ea-b4be-99d4b1d0be55/model-vers/model-ver/b204a1ee-6e16-41e9-aafd-49d2ba5733f8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-08T08:15:00.422Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eaa89721-df9e-46ea-b4be-99d4b1d0be55/model-vers/model-ver/b204a1ee-6e16-41e9-aafd-49d2ba5733f8?depth=0|INFO|500||InvokeReturn
2022-08-08T08:15:00.423Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-08T08:15:00.423Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:15:00.438Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-08T08:15:00.438Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 62f5b14c-9bb5-43a0-b880-784cbebf5f3c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-08-08T08:15:00.439Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-08T08:15:00.439Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:15:00.442Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:15:00.442Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946500439,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T08:15:00.542Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T08:15:00.543Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:15:00.543Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:15:00.560Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:15:00.560Z||pool-115-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=?
2022-08-08T08:15:01.465Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-08T08:15:01.465Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"7dd57670-ff48-4306-9b4e-20d329ce12f6","serviceName":"vFW 2022-08-08 07-57-37","serviceVersion":"1.0","serviceUUID":"5c392f3f-bfd2-4703-9809-ab462a70856a","serviceDescription":"catalog service description","serviceInvariantUUID":"8be5fc8f-2304-4eed-9cd2-08cdabcbafc1","resources":[{"resourceInstanceName":"vFW 8ee5b4b0-028f 0","resourceName":"vFW 8ee5b4b0-028f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"019a90ce-280c-4f66-a6b7-f51ea490b07e","resourceInvariantUUID":"b5ead17d-e229-40c6-a559-df46f722d843","resourceCustomizationUUID":"0e0456f0-a192-444e-8cce-c8a2b9d60ac3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vf-license-model.xml","artifactChecksum":"ZDBkNGQ1MDczNzhjNDVhYThiYTZjMzE3NGU0ZTJiOTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d1df109f-9483-4b62-86b2-b34f68d2685c","artifactVersion":"1"},{"artifactName":"vfw8ee5b4b0028f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json","artifactChecksum":"YjA5ZDQ1NjUyNjNlMjdhMWYyMDk3MmE5MGJjZjEzOTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dfac493e-523d-4ed0-b79c-ffdf61d881d5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0dfb1dbf-9764-4a42-a26c-c6c44d920451","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vendor-license-model.xml","artifactChecksum":"YmQ3NjUxMzg5NzBlMjE3MTUyZGFkYjIzYzY3ZDc5OWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"441252e6-65c8-4959-a8d4-f8f393482d46","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"74d4d094-e5ad-49d6-9f5e-b53e350db2ce","artifactVersion":"2","generatedFromUUID":"0dfb1dbf-9764-4a42-a26c-c6c44d920451"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220808075737-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-template.yml","artifactChecksum":"ZmY0ZTk2ODhhYjUzMmI3MTgxY2MzMTkwMmY3MDg1YWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d48c0596-8fa8-45e7-aa01-2fb7db7b9c02","artifactVersion":"1"},{"artifactName":"service-Vfw20220808075737-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar","artifactChecksum":"NzI4OTA1ZThkMDMxZDMyZWQwYWM1NzBhMjlhOGZkNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d00588cd-acc5-41ea-8a1f-9366d7ec5638","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-08T08:15:01.466Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:15:01.466Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:15:01.468Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:15:01.468Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:01.568Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:15:01.569Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:15:01.569Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:15:01.581Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:15:01.582Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:15:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:15:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:15:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:15:02.036Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:15:02.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "aai-ml",
  "timestamp": 1659946320763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946315342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "cds",
  "timestamp": 1659946316866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "policy-id",
  "timestamp": 1659946313294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946315342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "aai-ml",
  "timestamp": 1659946320763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "cds",
  "timestamp": 1659946316866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "policy-id",
  "timestamp": 1659946313294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946315342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "aai-ml",
  "timestamp": 1659946320763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "cds",
  "timestamp": 1659946316866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "policy-id",
  "timestamp": 1659946313294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "aai-ml",
  "timestamp": 1659946320763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946315342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "cds",
  "timestamp": 1659946316866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "policy-id",
  "timestamp": 1659946313294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "aai-ml",
  "timestamp": 1659946320763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946315342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:15:02.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "cds",
  "timestamp": 1659946316866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "policy-id",
  "timestamp": 1659946313294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "aai-ml",
  "timestamp": 1659946320763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946315342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "policy-id",
  "timestamp": 1659946313294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "cds",
  "timestamp": 1659946316866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "aai-ml",
  "timestamp": 1659946320763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:15:02.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946315342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "cds",
  "timestamp": 1659946316866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:15:02.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "policy-id",
  "timestamp": 1659946313294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:15:02.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "aai-ml",
  "timestamp": 1659946330928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:15:02.043Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:15:02.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "policy-id",
  "timestamp": 1659946330957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:15:02.043Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:15:02.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946330546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946331361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:15:02.044Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:15:02.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "cds",
  "timestamp": 1659946331062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:15:02.044Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:15:02.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946330546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "policy-id",
  "timestamp": 1659946331961,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:15:02.044Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:15:02.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "cds",
  "timestamp": 1659946332069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:15:02.109Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d8193f29-1080-4f33-9ccf-0a2340039e22
2022-08-08T08:15:02.109Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8193f29-1080-4f33-9ccf-0a2340039e22 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:15:02.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946332382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-08T08:15:02.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:15:02.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946330546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "policy-id",
  "timestamp": 1659946332966,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:15:02.134Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8193f29-1080-4f33-9ccf-0a2340039e22
2022-08-08T08:15:02.134Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8193f29-1080-4f33-9ccf-0a2340039e22 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:15:02.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946333386,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:15:02.173Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d8193f29-1080-4f33-9ccf-0a2340039e22
2022-08-08T08:15:02.173Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8193f29-1080-4f33-9ccf-0a2340039e22 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:15:02.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946330546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946330546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946330546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946330546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:02.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.200Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946330546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:15:02.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:15:02.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "aai-ml",
  "timestamp": 1659946339743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:15:02.201Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:15:02.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:15:02.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "aai-ml",
  "timestamp": 1659946340747,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:15:02.211Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d8193f29-1080-4f33-9ccf-0a2340039e22
2022-08-08T08:15:02.211Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8193f29-1080-4f33-9ccf-0a2340039e22 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:15:02.469Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:15:02.469Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:15:02.471Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:15:02.471Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T08:15:02.571Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:15:02.572Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:15:02.572Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:15:02.608Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:15:02.609Z||pool-117-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:15:03.471Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:15:03.472Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:15:03.474Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:15:03.474Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:15:03.574Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:15:03.575Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:15:03.575Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:15:03.591Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:15:03.592Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:15:04.474Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:15:04.475Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:15:04.477Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:15:04.477Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:04.577Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:15:04.578Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:15:04.578Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:15:04.612Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:15:04.613Z||pool-119-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:15:05.477Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:15:05.477Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:15:05.479Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:15:05.480Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-08T08:15:05.580Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:15:05.581Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:15:05.581Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:15:05.611Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:15:05.612Z||pool-120-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:15:06.480Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:15:06.481Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:15:06.483Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:15:06.483Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:15:06.583Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T08:15:06.584Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:15:06.584Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:15:06.600Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:15:06.600Z||pool-121-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-08T08:15:07.484Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:15:07.485Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:15:07.487Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:15:07.487Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:15:07.587Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:15:07.588Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:15:07.588Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:15:07.601Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:15:07.602Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:15:08.488Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "serviceName": "vFW 2022-08-08 07-57-37",
  "serviceVersion": "1.0",
  "serviceUUID": "5c392f3f-bfd2-4703-9809-ab462a70856a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8be5fc8f-2304-4eed-9cd2-08cdabcbafc1",
  "resources": [
    {
      "resourceInstanceName": "vFW 8ee5b4b0-028f 0",
      "resourceCustomizationUUID": "0e0456f0-a192-444e-8cce-c8a2b9d60ac3",
      "resourceName": "vFW 8ee5b4b0-028f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "019a90ce-280c-4f66-a6b7-f51ea490b07e",
      "resourceInvariantUUID": "b5ead17d-e229-40c6-a559-df46f722d843",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8ee5b4b0028f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json",
          "artifactChecksum": "YjA5ZDQ1NjUyNjNlMjdhMWYyMDk3MmE5MGJjZjEzOTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dfac493e-523d-4ed0-b79c-ffdf61d881d5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0dfb1dbf-9764-4a42-a26c-c6c44d920451",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "74d4d094-e5ad-49d6-9f5e-b53e350db2ce",
            "generatedFromUUID": "0dfb1dbf-9764-4a42-a26c-c6c44d920451"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "74d4d094-e5ad-49d6-9f5e-b53e350db2ce",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220808075737-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar",
      "artifactChecksum": "NzI4OTA1ZThkMDMxZDMyZWQwYWM1NzBhMjlhOGZkNWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d00588cd-acc5-41ea-8a1f-9366d7ec5638"
    }
  ],
  "workloadContext": "Production"
}
2022-08-08T08:15:08.489Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-08T08:15:08.489Z|62f5b14c-9bb5-43a0-b880-784cbebf5f3c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5c392f3f-bfd2-4703-9809-ab462a70856a ASDC
2022-08-08T08:15:08.490Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:7dd57670-ff48-4306-9b4e-20d329ce12f6
ServiceName:vFW 2022-08-08 07-57-37
ServiceVersion:1.0
ServiceUUID:5c392f3f-bfd2-4703-9809-ab462a70856a
ServiceInvariantUUID:8be5fc8f-2304-4eed-9cd2-08cdabcbafc1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220808075737-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar
ArtifactUUID:d00588cd-acc5-41ea-8a1f-9366d7ec5638
ArtifactChecksum:NzI4OTA1ZThkMDMxZDMyZWQwYWM1NzBhMjlhOGZkNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8ee5b4b0-028f 0
ResourceCustomizationUUID:0e0456f0-a192-444e-8cce-c8a2b9d60ac3
ResourceInvariantUUID:b5ead17d-e229-40c6-a559-df46f722d843
ResourceName:vFW 8ee5b4b0-028f
ResourceType:VF
ResourceUUID:019a90ce-280c-4f66-a6b7-f51ea490b07e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8ee5b4b0028f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json
ArtifactUUID:dfac493e-523d-4ed0-b79c-ffdf61d881d5
ArtifactChecksum:YjA5ZDQ1NjUyNjNlMjdhMWYyMDk3MmE5MGJjZjEzOTU=
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/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.yaml
ArtifactUUID:0dfb1dbf-9764-4a42-a26c-c6c44d920451
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/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env
ArtifactUUID:74d4d094-e5ad-49d6-9f5e-b53e350db2ce
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/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env
ArtifactUUID:74d4d094-e5ad-49d6-9f5e-b53e350db2ce
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-08T08:15:08.490Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5c392f3f-bfd2-4703-9809-ab462a70856a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T08:15:08.538Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T08:15:08.539Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T08:15:08.539Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T08:15:08.539Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d00588cd-acc5-41ea-8a1f-9366d7ec5638 from URL: /sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar
2022-08-08T08:15:08.539Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T08:15:08.540Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar
2022-08-08T08:15:08.864Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T08:15:08.870Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar d00588cd-acc5-41ea-8a1f-9366d7ec5638 103061
2022-08-08T08:15:08.871Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar ASDC sendASDCNotification
2022-08-08T08:15:08.871Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar
2022-08-08T08:15:08.871Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T08:15:08.871Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:15:08.874Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:15:08.875Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946508871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:15:08.975Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T08:15:08.975Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:15:08.976Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:15:08.988Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:15:08.988Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:15:09.875Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T08:15:09.876Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T08:15:09.876Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d00588cd-acc5-41ea-8a1f-9366d7ec5638, URL: /sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar to file: /app/ASDC/1/service-Vfw20220808075737-csar.csar
2022-08-08T08:15:09.877Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220808075737-csar.csar
2022-08-08T08:15:09.878Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220808075737-csar.csar
2022-08-08T08:15:09.878Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220808075737-csar.csar
2022-08-08T08:15:10.168Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3922006678319283188/Definitions/service-Vfw20220808075737-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-08-08T08:15:12.244Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-08T08:15:12.244Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T08:15:12.245Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220808075737-csar.csar
2022-08-08T08:15:12.245Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-08T08:15:12.245Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||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-Vfw20220808075737-csar.csar
2022-08-08T08:15:12.245Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8ee5b4b0-028f 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-Vfw20220808075737-csar.csar
2022-08-08T08:15:12.245Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||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-Vfw20220808075737-csar.csar
2022-08-08T08:15:12.245Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||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-Vfw20220808075737-csar.csar
2022-08-08T08:15:12.245Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220808075737-csar.csar
2022-08-08T08:15:12.245Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220808075737-csar.csar
2022-08-08T08:15:12.245Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||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-Vfw20220808075737-csar.csar
2022-08-08T08:15:12.246Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||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-Vfw20220808075737-csar.csar
2022-08-08T08:15:12.246Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||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-Vfw20220808075737-csar.csar
2022-08-08T08:15:12.246Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220808075737-csar.csar
2022-08-08T08:15:12.246Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||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-Vfw20220808075737-csar.csar
2022-08-08T08:15:12.246Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220808075737-csar.csar
2022-08-08T08:15:12.246Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220808075737-csar.csar
2022-08-08T08:15:12.246Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T08:15:12.246Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:12.247Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-57-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:15:12.247Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vFW 8ee5b4b0-028f 0 is matching search criteria
2022-08-08T08:15:12.247Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T08:15:12.247Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8ee5b4b0-028f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T08:15:12.248Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:12.248Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-57-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:15:12.248Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vFW 8ee5b4b0-028f 0 is matching search criteria
2022-08-08T08:15:12.248Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T08:15:12.248Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8ee5b4b0-028f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T08:15:12.248Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:12.249Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-57-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:15:12.249Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:12.249Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vFW 8ee5b4b0-028f 0 is not matching search criteria
2022-08-08T08:15:12.249Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T08:15:12.249Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T08:15:12.249Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:15:12.250Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T08:15:12.250Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T08:15:12.250Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:15:12.250Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T08:15:12.250Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T08:15:12.250Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T08:15:12.250Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:15:12.251Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T08:15:12.251Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T08:15:12.251Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T08:15:12.251Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T08:15:12.251Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:15:12.251Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-08T08:15:12.251Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:12.252Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-57-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-08T08:15:12.252Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:12.252Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vFW 8ee5b4b0-028f 0 is matching search criteria
2022-08-08T08:15:12.252Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8ee5b4b0-028f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:15:12.252Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:12.252Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vFW 8ee5b4b0-028f 0 is matching search criteria
2022-08-08T08:15:12.253Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8ee5b4b0-028f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:15:12.253Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:12.253Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vFW 8ee5b4b0-028f 0 is matching search criteria
2022-08-08T08:15:12.253Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8ee5b4b0-028f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:15:12.253Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:12.253Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vFW 8ee5b4b0-028f 0 is not matching search criteria
2022-08-08T08:15:12.254Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T08:15:12.254Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-08T08:15:12.254Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T08:15:12.254Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T08:15:12.254Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T08:15:12.254Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:15:12.254Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T08:15:12.255Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T08:15:12.255Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T08:15:12.255Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T08:15:12.255Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:15:12.255Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4c468972-ddda-4795-9d19-6e310c2a4967
2022-08-08T08:15:12.255Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:12.256Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vFW 8ee5b4b0-028f 0 is not matching search criteria
2022-08-08T08:15:12.256Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T08:15:12.256Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T08:15:12.256Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:15:12.256Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T08:15:12.256Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T08:15:12.256Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:15:12.257Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T08:15:12.257Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-08T08:15:12.257Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T08:15:12.257Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T08:15:12.257Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T08:15:12.257Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:15:12.257Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ce56b50f-b162-453b-943b-9a0132c38967
2022-08-08T08:15:12.258Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:12.258Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vFW 8ee5b4b0-028f 0 is not matching search criteria
2022-08-08T08:15:12.258Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T08:15:12.258Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T08:15:12.258Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:15:12.258Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T08:15:12.258Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T08:15:12.259Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:15:12.259Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T08:15:12.259Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T08:15:12.259Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T08:15:12.259Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:15:12.259Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T08:15:12.259Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-08T08:15:12.260Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6e793308-a250-43fa-90eb-32e299337cc4
2022-08-08T08:15:12.260Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:12.260Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-57-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:15:12.260Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:12.260Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-57-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:15:12.260Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:12.260Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-57-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:15:12.261Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:12.261Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-57-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:15:12.261Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-08 07-57-37
Description:catalog service description
Model UUID:5c392f3f-bfd2-4703-9809-ab462a70856a
Model Version:NULL
Model InvariantUuid:8be5fc8f-2304-4eed-9cd2-08cdabcbafc1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8ee5b4b0-028f
Model UUID:d45d13aa-eb50-44b1-9f88-9a5e89a5f497
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b5ead17d-e229-40c6-a559-df46f722d843
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0e0456f0-a192-444e-8cce-c8a2b9d60ac3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:38fd72f6-33df-4e9a-a02c-afd09ed58136
ModelName:Vfw8ee5b4b0028f..base_vfw..module-0
ModelUuid:9c304fdb-135c-49e8-a990-21f854fc79d6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4c468972-ddda-4795-9d19-6e310c2a4967
ModelInvariantUuid:a045217b-6815-49b1-b310-087f7e5bb230
ModelName:vFW 8ee5b4b0-028f-nodes.vfwCvfc
ModelUuid:1de27916-4970-44fc-8451-8ccc8df874b9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8b087686-2aa1-4cf8-8bad-6a4f3b2699b8
ModelInvariantUuid:52db9935-9655-4d18-b253-fe8063f6f707
ModelName:Vfw8ee5b4b0028f.compute.nodes.heat.vfw
ModelUuid:c2d9c0c5-0ef5-4e1e-ac3c-2db58c061600
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ce56b50f-b162-453b-943b-9a0132c38967
ModelInvariantUuid:853aa0c2-3cd2-4e42-9bfa-a155564e80b3
ModelName:vFW 8ee5b4b0-028f-nodes.vsnCvfc
ModelUuid:e69103c8-90d7-4834-b2c4-9d1946bfd5a7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8be79474-2ac2-47b8-96d4-984917edac7f
ModelInvariantUuid:71e4dc99-9298-4bd3-b6d6-ae230580c1bd
ModelName:Vfw8ee5b4b0028f.compute.nodes.heat.vsn
ModelUuid:bc1877df-d5bc-445c-9659-dabdb966d7c8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6e793308-a250-43fa-90eb-32e299337cc4
ModelInvariantUuid:d0fb1b51-c028-48a9-a921-fa16fe8a5b53
ModelName:vFW 8ee5b4b0-028f-nodes.vpgCvfc
ModelUuid:762fde8f-2c88-4274-8924-dbc971e4c8cc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f2991c9e-cb7f-496e-a235-504f072701da
ModelInvariantUuid:1cea48c2-abb8-484f-8248-6c0a843fc5a5
ModelName:Vfw8ee5b4b0028f.compute.nodes.heat.vpg
ModelUuid:56a651f1-88c5-4e37-8bd8-c01989bda3ff
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-08T08:15:12.315Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 019a90ce-280c-4f66-a6b7-f51ea490b07e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:15:12.322Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||vFW 8ee5b4b0-028f 0
2022-08-08T08:15:12.323Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 019a90ce-280c-4f66-a6b7-f51ea490b07e
2022-08-08T08:15:12.323Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dfac493e-523d-4ed0-b79c-ffdf61d881d5 from URL: /sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json
2022-08-08T08:15:12.323Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T08:15:12.323Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json
2022-08-08T08:15:12.383Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T08:15:12.384Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json dfac493e-523d-4ed0-b79c-ffdf61d881d5 785
2022-08-08T08:15:12.384Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json ASDC sendASDCNotification
2022-08-08T08:15:12.384Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json
2022-08-08T08:15:12.384Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T08:15:12.384Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:15:12.386Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:15:12.386Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946512384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:15:12.486Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:15:12.487Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:15:12.487Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:15:12.498Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:15:12.498Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:15:13.386Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8ee5b4b0028f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "38fd72f6-33df-4e9a-a02c-afd09ed58136",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9c304fdb-135c-49e8-a990-21f854fc79d6",
    "vfModuleModelCustomizationUUID": "6a689d3b-5589-4c61-ba79-18c7302a72bb",
    "isBase": true,
    "artifacts": [
      "0dfb1dbf-9764-4a42-a26c-c6c44d920451",
      "74d4d094-e5ad-49d6-9f5e-b53e350db2ce"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-08T08:15:13.392Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8ee5b4b0028f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9c304fdb-135c-49e8-a990-21f854fc79d6
VfModuleModelInvariantUUID:38fd72f6-33df-4e9a-a02c-afd09ed58136
VfModuleModelDescription:NULL
Artifacts UUID List:{
0dfb1dbf-9764-4a42-a26c-c6c44d920451
,
74d4d094-e5ad-49d6-9f5e-b53e350db2ce

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

isBase:true


}

2022-08-08T08:15:13.393Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8ee5b4b0028f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "38fd72f6-33df-4e9a-a02c-afd09ed58136",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9c304fdb-135c-49e8-a990-21f854fc79d6",
    "vfModuleModelCustomizationUUID": "6a689d3b-5589-4c61-ba79-18c7302a72bb",
    "isBase": true,
    "artifacts": [
      "0dfb1dbf-9764-4a42-a26c-c6c44d920451",
      "74d4d094-e5ad-49d6-9f5e-b53e350db2ce"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-08T08:15:13.394Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8ee5b4b0028f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9c304fdb-135c-49e8-a990-21f854fc79d6
VfModuleModelInvariantUUID:38fd72f6-33df-4e9a-a02c-afd09ed58136
VfModuleModelDescription:NULL
Artifacts UUID List:{
0dfb1dbf-9764-4a42-a26c-c6c44d920451
,
74d4d094-e5ad-49d6-9f5e-b53e350db2ce

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

isBase:true


}

2022-08-08T08:15:13.394Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0dfb1dbf-9764-4a42-a26c-c6c44d920451 from URL: /sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.yaml
2022-08-08T08:15:13.394Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T08:15:13.394Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.yaml
2022-08-08T08:15:13.691Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T08:15:13.692Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.yaml 0dfb1dbf-9764-4a42-a26c-c6c44d920451 20368
2022-08-08T08:15:13.692Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-08T08:15:13.692Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.yaml
2022-08-08T08:15:13.693Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T08:15:13.693Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:15:13.695Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:15:13.695Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946513692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:15:13.795Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:15:13.796Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:15:13.796Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:15:13.809Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:15:13.810Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:15:14.695Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 74d4d094-e5ad-49d6-9f5e-b53e350db2ce from URL: /sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env
2022-08-08T08:15:14.696Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T08:15:14.696Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env
2022-08-08T08:15:15.002Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T08:15:15.002Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env 74d4d094-e5ad-49d6-9f5e-b53e350db2ce 2098
2022-08-08T08:15:15.002Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-08T08:15:15.002Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env
2022-08-08T08:15:15.003Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T08:15:15.003Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:15:15.005Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:15:15.005Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946515002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:15:15.105Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:15:15.106Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:15:15.106Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:15:15.120Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:15:15.121Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:15:16.006Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 5c392f3f-bfd2-4703-9809-ab462a70856a
2022-08-08T08:15:16.006Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8ee5b4b0-028f 0 019a90ce-280c-4f66-a6b7-f51ea490b07e ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:15:16.030Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57c9ccd2, org.onap.sdc.toscaparser.api.parameters.Input@39803d71, org.onap.sdc.toscaparser.api.parameters.Input@59b58750, org.onap.sdc.toscaparser.api.parameters.Input@fe4c68b, org.onap.sdc.toscaparser.api.parameters.Input@165234f9]
2022-08-08T08:15:16.032Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:16.032Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-57-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:15:16.032Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-08-08T08:15:16.032Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 0e0456f0-a192-444e-8cce-c8a2b9d60ac3
2022-08-08T08:15:16.032Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0e0456f0-a192-444e-8cce-c8a2b9d60ac3 matches Tosca VF Customization UUID: 0e0456f0-a192-444e-8cce-c8a2b9d60ac3
2022-08-08T08:15:16.032Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 0e0456f0-a192-444e-8cce-c8a2b9d60ac3  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-08T08:15:16.035Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:16.035Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-57-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:15:16.036Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 0e0456f0-a192-444e-8cce-c8a2b9d60ac3: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-08-08T08:15:16.036Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7202301a
2022-08-08T08:15:16.036Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:16.036Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-57-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-08T08:15:16.036Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6a689d3b-5589-4c61-ba79-18c7302a72bb
2022-08-08T08:15:16.037Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6a689d3b-5589-4c61-ba79-18c7302a72bb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-08T08:15:16.039Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:16.039Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vFW 8ee5b4b0-028f 0 is matching search criteria
2022-08-08T08:15:16.040Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8ee5b4b0-028f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:15:16.040Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:16.040Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vFW 8ee5b4b0-028f 0 is matching search criteria
2022-08-08T08:15:16.040Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8ee5b4b0-028f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:15:16.040Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:16.041Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vFW 8ee5b4b0-028f 0 is not matching search criteria
2022-08-08T08:15:16.041Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T08:15:16.041Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-08T08:15:16.041Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T08:15:16.042Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T08:15:16.042Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T08:15:16.042Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:15:16.042Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T08:15:16.042Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T08:15:16.043Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T08:15:16.043Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T08:15:16.043Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:15:16.044Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4c468972-ddda-4795-9d19-6e310c2a4967
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-08T08:15:16.050Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:16.050Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vFW 8ee5b4b0-028f 0 is matching search criteria
2022-08-08T08:15:16.051Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8ee5b4b0-028f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:15:16.051Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:16.051Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vFW 8ee5b4b0-028f 0 is not matching search criteria
2022-08-08T08:15:16.051Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T08:15:16.051Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T08:15:16.052Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:15:16.052Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T08:15:16.052Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T08:15:16.052Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:15:16.052Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T08:15:16.052Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-08T08:15:16.053Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T08:15:16.053Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T08:15:16.053Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T08:15:16.053Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:15:16.053Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ce56b50f-b162-453b-943b-9a0132c38967
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-08T08:15:16.062Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:16.063Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vFW 8ee5b4b0-028f 0 is matching search criteria
2022-08-08T08:15:16.063Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8ee5b4b0-028f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:15:16.063Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:16.063Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vFW 8ee5b4b0-028f 0 is not matching search criteria
2022-08-08T08:15:16.063Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T08:15:16.063Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T08:15:16.064Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:15:16.064Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T08:15:16.064Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T08:15:16.064Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:15:16.064Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T08:15:16.065Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T08:15:16.065Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T08:15:16.065Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:15:16.065Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T08:15:16.065Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-08T08:15:16.065Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6e793308-a250-43fa-90eb-32e299337cc4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-08T08:15:16.067Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:16.067Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vFW 8ee5b4b0-028f 0 is matching search criteria
2022-08-08T08:15:16.067Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8ee5b4b0-028f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:15:16.068Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:16.068Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Node template vFW 8ee5b4b0-028f 0 is matching search criteria
2022-08-08T08:15:16.068Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8ee5b4b0-028f 0] matching following query criteria: sdcType=VF, customizationUUID=0e0456f0-a192-444e-8cce-c8a2b9d60ac3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:15:16.070Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:16.070Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-57-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:15:16.070Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 5c392f3f-bfd2-4703-9809-ab462a70856a: vFW 8ee5b4b0-028f
2022-08-08T08:15:16.070Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:16.070Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-57-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:15:16.071Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:16.071Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-57-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:15:16.071Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:16.071Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-57-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:15:16.071Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:16.071Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-57-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:15:16.072Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:15:16.072Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 07-57-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:15:16.072Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-08-08 07-57-37 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:15:16.747Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8ee5b4b0-028f 019a90ce-280c-4f66-a6b7-f51ea490b07e 1 ASDC deployResourceStructure
2022-08-08T08:15:16.748Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json ASDC sendASDCNotification
2022-08-08T08:15:16.748Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json
2022-08-08T08:15:16.748Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T08:15:16.748Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:15:16.750Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:15:16.750Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946516748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T08:15:16.850Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:15:16.851Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:15:16.851Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:15:16.870Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:15:16.870Z||pool-127-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:15:17.751Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-08T08:15:17.751Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.yaml
2022-08-08T08:15:17.751Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T08:15:17.751Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:15:17.753Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:15:17.753Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946517750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-08T08:15:17.853Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:15:17.854Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:15:17.854Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:15:17.871Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:15:17.872Z||pool-128-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-08T08:15:18.754Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-08T08:15:18.754Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env
2022-08-08T08:15:18.754Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T08:15:18.754Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:15:18.756Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:15:18.756Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946518754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-08T08:15:18.856Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:15:18.857Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:15:18.858Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:15:18.871Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:15:18.871Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:15:19.757Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar ASDC sendASDCNotification
2022-08-08T08:15:19.757Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar
2022-08-08T08:15:19.757Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T08:15:19.758Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:15:19.760Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:15:19.760Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946519757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:15:19.860Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:15:19.860Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:15:19.861Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:15:19.874Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:15:19.874Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-08T08:15:20.760Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7dd57670-ff48-4306-9b4e-20d329ce12f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:15:20.834Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7dd57670-ff48-4306-9b4e-20d329ce12f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:15:20.845Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:15:20.846Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:15:20.846Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:15:20.846Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:15:50.846Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7dd57670-ff48-4306-9b4e-20d329ce12f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:15:50.901Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7dd57670-ff48-4306-9b4e-20d329ce12f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:15:50.912Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:15:50.912Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:15:50.912Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:15:50.912Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:16:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:16:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:16:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:16:02.006Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:16:02.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946470546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "aai-ml",
  "timestamp": 1659946470763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "policy-id",
  "timestamp": 1659946473294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "cds",
  "timestamp": 1659946466866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946470546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T08:16:02.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "aai-ml",
  "timestamp": 1659946470763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "policy-id",
  "timestamp": 1659946473294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "cds",
  "timestamp": 1659946466866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946475342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946470546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:16:02.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "aai-ml",
  "timestamp": 1659946470763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "cds",
  "timestamp": 1659946466866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "policy-id",
  "timestamp": 1659946473294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:16:02.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946475342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946470546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "aai-ml",
  "timestamp": 1659946470763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "policy-id",
  "timestamp": 1659946473294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "cds",
  "timestamp": 1659946466866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946475342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946470546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-08T08:16:02.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "aai-ml",
  "timestamp": 1659946470763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "policy-id",
  "timestamp": 1659946473294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "cds",
  "timestamp": 1659946466866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946475342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946470546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-08T08:16:02.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "cds",
  "timestamp": 1659946466866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "policy-id",
  "timestamp": 1659946473294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "aai-ml",
  "timestamp": 1659946470763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946475342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946470546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-08T08:16:02.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "aai-ml",
  "timestamp": 1659946470763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "policy-id",
  "timestamp": 1659946473294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "cds",
  "timestamp": 1659946466866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946475342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "aai-ml",
  "timestamp": 1659946470763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946470546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "policy-id",
  "timestamp": 1659946473294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "cds",
  "timestamp": 1659946466866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946475342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946470546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "aai-ml",
  "timestamp": 1659946470763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "policy-id",
  "timestamp": 1659946473294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "cds",
  "timestamp": 1659946466866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946475342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "policy-id",
  "timestamp": 1659946473294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:16:02.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "aai-ml",
  "timestamp": 1659946470763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:16:02.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946470546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:16:02.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "cds",
  "timestamp": 1659946466866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:16:02.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946475342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "cds",
  "timestamp": 1659946484382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:16:02.023Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:16:02.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "policy-id",
  "timestamp": 1659946484573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:16:02.023Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:16:02.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946484836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:16:02.023Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:16:02.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "aai-ml",
  "timestamp": 1659946484654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:16:02.023Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:16:02.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946475342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "policy-id",
  "timestamp": 1659946485576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:16:02.024Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:16:02.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946485947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:16:02.024Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:16:02.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "policy-id",
  "timestamp": 1659946486579,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:16:02.040Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f7fea12-a0b1-456c-a326-89c4dd7fa62a
2022-08-08T08:16:02.041Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f7fea12-a0b1-456c-a326-89c4dd7fa62a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:16:02.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946487040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:16:02.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:16:02.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "cds",
  "timestamp": 1659946487109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:16:02.091Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6f7fea12-a0b1-456c-a326-89c4dd7fa62a
2022-08-08T08:16:02.091Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f7fea12-a0b1-456c-a326-89c4dd7fa62a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:16:02.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946488159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:16:02.115Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:16:02.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946489215,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:16:02.128Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f7fea12-a0b1-456c-a326-89c4dd7fa62a
2022-08-08T08:16:02.128Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f7fea12-a0b1-456c-a326-89c4dd7fa62a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-08T08:16:02.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "cds",
  "timestamp": 1659946488113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946490219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T08:16:02.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:16:02.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "cds",
  "timestamp": 1659946488113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "cds",
  "timestamp": 1659946488113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946491223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "cds",
  "timestamp": 1659946488113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946491223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T08:16:02.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "cds",
  "timestamp": 1659946488113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946491223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:16:02.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "policy-id",
  "timestamp": 1659946493294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "cds",
  "timestamp": 1659946488113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946491223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "policy-id",
  "timestamp": 1659946493294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "cds",
  "timestamp": 1659946488113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946491223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-08T08:16:02.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946495342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "policy-id",
  "timestamp": 1659946493294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:16:02.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "cds",
  "timestamp": 1659946488113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:16:02.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946491223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946495342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "aai-ml",
  "timestamp": 1659946496916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:16:02.185Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:16:02.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "policy-id",
  "timestamp": 1659946493294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946491223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.186Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946495342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.186Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "aai-ml",
  "timestamp": 1659946497920,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:16:02.248Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6f7fea12-a0b1-456c-a326-89c4dd7fa62a
2022-08-08T08:16:02.248Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f7fea12-a0b1-456c-a326-89c4dd7fa62a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:16:02.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "cds",
  "timestamp": 1659946497766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:16:02.307Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:16:02.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "policy-id",
  "timestamp": 1659946493294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946491223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:16:02.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946495342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.308Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "policy-id",
  "timestamp": 1659946493294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.308Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "cds",
  "timestamp": 1659946499044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:16:02.336Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 42fbc08f-700c-4e46-97b3-e8a4ef6cf968
2022-08-08T08:16:02.337Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42fbc08f-700c-4e46-97b3-e8a4ef6cf968 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:16:02.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946500061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:16:02.418Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:16:02.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946495342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "policy-id",
  "timestamp": 1659946493294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "62f5b14c-9bb5-43a0-b880-784cbebf5f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946500439,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T08:16:02.420Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:16:02.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946495342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946501165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:16:02.421Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:16:02.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "policy-id",
  "timestamp": 1659946493294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:16:02.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:02.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:16:02.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "aai-ml",
  "timestamp": 1659946500763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:16:02.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:16:20.913Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7dd57670-ff48-4306-9b4e-20d329ce12f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:16:20.934Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7dd57670-ff48-4306-9b4e-20d329ce12f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:16:20.937Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:16:20.937Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:16:20.937Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:16:20.937Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:16:50.937Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7dd57670-ff48-4306-9b4e-20d329ce12f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:16:50.984Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7dd57670-ff48-4306-9b4e-20d329ce12f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:16:50.994Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:16:50.994Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:16:50.994Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:16:50.994Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:17:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:17:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:17:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:17:01.997Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:17:01.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:17:01.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946495342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:17:01.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:17:20.994Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7dd57670-ff48-4306-9b4e-20d329ce12f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:17:21.012Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7dd57670-ff48-4306-9b4e-20d329ce12f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:17:21.014Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:17:21.014Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:17:21.014Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:17:21.014Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:17:51.015Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7dd57670-ff48-4306-9b4e-20d329ce12f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:17:51.078Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7dd57670-ff48-4306-9b4e-20d329ce12f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:17:51.106Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:17:51.106Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:17:51.106Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:17:51.106Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:18:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:18:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:18:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:18:02.540Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:18:02.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946502251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:18:02.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:18:02.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "policy-id",
  "timestamp": 1659946502074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:18:02.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:18:02.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "aai-ml",
  "timestamp": 1659946500763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:18:02.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:18:02.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T08:18:02.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:18:02.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946495342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:18:02.545Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:18:02.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946503296,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:18:02.593Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 42fbc08f-700c-4e46-97b3-e8a4ef6cf968
2022-08-08T08:18:02.593Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42fbc08f-700c-4e46-97b3-e8a4ef6cf968 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:18:02.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "policy-id",
  "timestamp": 1659946503077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:18:02.617Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:18:02.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:18:02.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:18:02.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "aai-ml",
  "timestamp": 1659946500763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:18:02.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:18:02.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946504300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T08:18:02.618Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:18:02.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "policy-id",
  "timestamp": 1659946504080,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:18:02.637Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 42fbc08f-700c-4e46-97b3-e8a4ef6cf968
2022-08-08T08:18:02.637Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42fbc08f-700c-4e46-97b3-e8a4ef6cf968 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-08T08:18:02.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:18:02.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:18:02.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "aai-ml",
  "timestamp": 1659946500763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:18:02.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:18:02.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-08T08:18:02.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:18:02.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "aai-ml",
  "timestamp": 1659946500763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:18:02.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:18:02.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:18:02.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:18:02.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "aai-ml",
  "timestamp": 1659946500763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:18:02.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:18:02.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:18:02.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:18:02.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "aai-ml",
  "timestamp": 1659946500763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:18:02.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:18:02.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "aai-ml",
  "timestamp": 1659946500763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:18:02.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:18:02.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946508871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:18:02.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:18:02.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "aai-ml",
  "timestamp": 1659946509531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:18:02.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:18:02.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946512384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:18:02.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:18:02.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946513692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:18:02.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:18:02.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946515002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:18:02.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:18:02.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946516748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/vfw8ee5b4b0028f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T08:18:02.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:18:02.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946517750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-08T08:18:02.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:18:02.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946518754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/resourceInstances/vfw8ee5b4b0028f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-08T08:18:02.671Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:18:02.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946519757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808075737/1.0/artifacts/service-Vfw20220808075737-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:18:02.671Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:18:02.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "aai-ml",
  "timestamp": 1659946520611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:18:02.671Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:18:02.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:18:02.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42fbc08f-700c-4e46-97b3-e8a4ef6cf968",
  "consumerID": "aai-ml",
  "timestamp": 1659946521614,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:18:02.714Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 42fbc08f-700c-4e46-97b3-e8a4ef6cf968
2022-08-08T08:18:02.714Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42fbc08f-700c-4e46-97b3-e8a4ef6cf968 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:18:21.106Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7dd57670-ff48-4306-9b4e-20d329ce12f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:18:21.159Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7dd57670-ff48-4306-9b4e-20d329ce12f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:18:21.173Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:18:21.174Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:18:21.174Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:18:21.174Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:18:51.174Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7dd57670-ff48-4306-9b4e-20d329ce12f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:18:51.247Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7dd57670-ff48-4306-9b4e-20d329ce12f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:18:51.251Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:18:51.251Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:18:51.251Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:18:51.251Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:19:01.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:19:01.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:19:01.974Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:19:11.520Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:19:21.252Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7dd57670-ff48-4306-9b4e-20d329ce12f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:19:21.386Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7dd57670-ff48-4306-9b4e-20d329ce12f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:19:21.408Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:19:21.409Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:19:21.409Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:19:21.409Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:19:51.409Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7dd57670-ff48-4306-9b4e-20d329ce12f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:19:51.494Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7dd57670-ff48-4306-9b4e-20d329ce12f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:19:51.512Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:19:51.512Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:19:51.513Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:19:51.513Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:20:01.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:20:01.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:20:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:20:02.630Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:20:02.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "aai-ml",
  "timestamp": 1659946770763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946775342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "policy-id",
  "timestamp": 1659946773294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946775342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/vfwb5a2c8f07b9e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "aai-ml",
  "timestamp": 1659946770763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/vfwb5a2c8f07b9e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "policy-id",
  "timestamp": 1659946773294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/vfwb5a2c8f07b9e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "cds",
  "timestamp": 1659946781866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "aai-ml",
  "timestamp": 1659946770763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946775342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "policy-id",
  "timestamp": 1659946773294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:20:02.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "cds",
  "timestamp": 1659946781866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/vfwb5a2c8f07b9e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "aai-ml",
  "timestamp": 1659946770763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946775342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "policy-id",
  "timestamp": 1659946773294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "cds",
  "timestamp": 1659946781866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "aai-ml",
  "timestamp": 1659946770763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946775342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "policy-id",
  "timestamp": 1659946773294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "cds",
  "timestamp": 1659946781866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "aai-ml",
  "timestamp": 1659946770763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/artifacts/service-Vfw20220808081733-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "policy-id",
  "timestamp": 1659946773294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/artifacts/service-Vfw20220808081733-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946775342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/artifacts/service-Vfw20220808081733-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "cds",
  "timestamp": 1659946781866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "aai-ml",
  "timestamp": 1659946770763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/artifacts/service-Vfw20220808081733-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:20:02.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946775342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/artifacts/service-Vfw20220808081733-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "policy-id",
  "timestamp": 1659946773294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/artifacts/service-Vfw20220808081733-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:20:02.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "cds",
  "timestamp": 1659946781866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/artifacts/service-Vfw20220808081733-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "policy-id",
  "timestamp": 1659946788083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/artifacts/service-Vfw20220808081733-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:20:02.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:20:02.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "aai-ml",
  "timestamp": 1659946788137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/artifacts/service-Vfw20220808081733-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:20:02.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:20:02.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "cds",
  "timestamp": 1659946781866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/artifacts/service-Vfw20220808081733-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:20:02.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "policy-id",
  "timestamp": 1659946789089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/artifacts/service-Vfw20220808081733-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:20:02.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:20:02.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "cds",
  "timestamp": 1659946789850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/artifacts/service-Vfw20220808081733-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:20:02.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:20:02.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "policy-id",
  "timestamp": 1659946790095,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:20:02.895Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 167df740-e9e9-41d3-9291-31234dc761b4
2022-08-08T08:20:02.895Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 167df740-e9e9-41d3-9291-31234dc761b4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:20:02.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946790546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:02.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:02.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:02.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "cds",
  "timestamp": 1659946790864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/artifacts/service-Vfw20220808081733-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:20:03.047Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 167df740-e9e9-41d3-9291-31234dc761b4
2022-08-08T08:20:03.047Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 167df740-e9e9-41d3-9291-31234dc761b4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:20:03.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:03.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946790546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/vfwb5a2c8f07b9e0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T08:20:03.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:03.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:03.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946790546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:20:03.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:03.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:03.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946790546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:03.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:03.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:03.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946790546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-08T08:20:03.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:03.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:03.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946790546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/artifacts/service-Vfw20220808081733-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:03.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:03.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:03.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946790546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/artifacts/service-Vfw20220808081733-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:20:03.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:20:03.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:03.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946798374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/vfwb5a2c8f07b9e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:20:03.185Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:20:03.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:03.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946799552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:20:03.185Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:20:03.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:03.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946800946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:20:03.185Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:20:03.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:20:03.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946801967,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:20:03.249Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 167df740-e9e9-41d3-9291-31234dc761b4
2022-08-08T08:20:03.249Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 167df740-e9e9-41d3-9291-31234dc761b4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-08T08:20:21.513Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-08-08T08:20:21.514Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7dd57670-ff48-4306-9b4e-20d329ce12f6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-08T08:20:21.543Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7dd57670-ff48-4306-9b4e-20d329ce12f6 and serviceModelVersionId: 5c392f3f-bfd2-4703-9809-ab462a70856a
2022-08-08T08:20:21.543Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8be5fc8f-2304-4eed-9cd2-08cdabcbafc1
2022-08-08T08:20:21.545Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8be5fc8f-2304-4eed-9cd2-08cdabcbafc1/model-vers/model-ver/5c392f3f-bfd2-4703-9809-ab462a70856a?depth=0
2022-08-08T08:20:21.556Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-08-08T08:20:21.620Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be5fc8f-2304-4eed-9cd2-08cdabcbafc1/model-vers/model-ver/5c392f3f-bfd2-4703-9809-ab462a70856a?depth=0|INFO|500||Invoke
2022-08-08T08:20:21.621Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be5fc8f-2304-4eed-9cd2-08cdabcbafc1/model-vers/model-ver/5c392f3f-bfd2-4703-9809-ab462a70856a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be5fc8f-2304-4eed-9cd2-08cdabcbafc1/model-vers/model-ver/5c392f3f-bfd2-4703-9809-ab462a70856a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7dd57670-ff48-4306-9b4e-20d329ce12f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9ef42f5d-b4fe-4981-8db8-a3247b2045aa], X-ECOMP-RequestID=[7dd57670-ff48-4306-9b4e-20d329ce12f6], X-TransactionId=[], X-ONAP-RequestID=[7dd57670-ff48-4306-9b4e-20d329ce12f6], Content-Type=[application/merge-patch+json]}
2022-08-08T08:20:21.647Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be5fc8f-2304-4eed-9cd2-08cdabcbafc1/model-vers/model-ver/5c392f3f-bfd2-4703-9809-ab462a70856a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-08-08T08:20:21.897Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be5fc8f-2304-4eed-9cd2-08cdabcbafc1/model-vers/model-ver/5c392f3f-bfd2-4703-9809-ab462a70856a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be5fc8f-2304-4eed-9cd2-08cdabcbafc1/model-vers/model-ver/5c392f3f-bfd2-4703-9809-ab462a70856a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220808-08:20:21:704-23473], vertex-id=[217208], Content-Length=[0], Date=[Mon, 08 Aug 2022 08:20:21 GMT], Content-Type=[application/json]}
2022-08-08T08:20:21.897Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be5fc8f-2304-4eed-9cd2-08cdabcbafc1/model-vers/model-ver/5c392f3f-bfd2-4703-9809-ab462a70856a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-08T08:20:21.898Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8be5fc8f-2304-4eed-9cd2-08cdabcbafc1/model-vers/model-ver/5c392f3f-bfd2-4703-9809-ab462a70856a?depth=0|INFO|500||InvokeReturn
2022-08-08T08:20:21.898Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-08T08:20:21.898Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:20:21.945Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-08T08:20:21.946Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7dd57670-ff48-4306-9b4e-20d329ce12f6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-08-08T08:20:21.946Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-08T08:20:21.947Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:20:21.951Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:20:21.951Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946821946,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T08:20:22.052Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T08:20:22.052Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:20:22.053Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:20:22.071Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:20:22.071Z||pool-131-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T08:20:23.057Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-08T08:20:23.057Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"64efb606-099d-42a1-9b6c-8ffde326db14","serviceName":"Demo_pNF_3iJLIdLcpZs4KMP84l2c","serviceVersion":"1.0","serviceUUID":"d3102883-845c-491e-a31d-dfda2f544d21","serviceDescription":"catalog service description","serviceInvariantUUID":"21707670-d7dd-4d8c-aeb1-85bc47c354b5","resources":[{"resourceInstanceName":"pNF 83b451b7-3600 0","resourceName":"pNF 83b451b7-3600","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"250cf766-3af1-4ea9-a8c2-5d4b184f760e","resourceInvariantUUID":"6200b49a-eb6b-41b9-836e-aaa0898e225b","resourceCustomizationUUID":"a9235f53-b06b-483a-a845-d0dc49894d0c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/vf-license-model.xml","artifactChecksum":"MzA5NzRmMjY1MjQwN2E3MGI5ZDY4YzI3MDUwNGQ1ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ab3788cc-ae31-40f9-8a70-dcc21c0afd7a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/pNF.csar","artifactChecksum":"NDhhZTAzMGU3MDIzYTlhOWM4NzliNzkwYTdiZjVmZWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"460c983c-cd23-4f1e-84f2-25e458ffdd98","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2a650ac3-e9ab-461a-b185-6288a9fa6b16","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/vendor-license-model.xml","artifactChecksum":"ZmNmYWJkNDk5YTllZTcxYzVmNjBhZmE1NDg1NjQ5Y2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76b373e7-4689-4250-b3ba-dd16fa79b113","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"52177672-65e3-44fd-a337-dcc9f8ea26c1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e5152c6-adc9-4b28-9f93-383576d10d14","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf3ijlidlcpzs4kmp84l2c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-template.yml","artifactChecksum":"OTFkZWI3Y2QzOThhZTBlODdiZTA5Y2FhYmJlYzhiOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a37fc213-3546-4d24-8bda-c6b72a0cdac9","artifactVersion":"1"},{"artifactName":"service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar","artifactChecksum":"MWM3ZjA2MzQ5NjU4ODRkZGY0MmJhNTYwYTU0YjZjNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cdbdf19-b77f-4575-86bc-aaf2e439edb8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-08T08:20:23.058Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:20:23.058Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:20:23.061Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:20:23.061Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:23.161Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:20:23.162Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:20:23.162Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:20:23.194Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:20:23.195Z||pool-132-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:20:24.062Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:20:24.063Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:20:24.065Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:20:24.065Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:24.165Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:20:24.166Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:20:24.166Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:20:24.189Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:20:24.189Z||pool-133-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:20:25.066Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:20:25.067Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:20:25.069Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:20:25.070Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:25.172Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-08T08:20:25.172Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:20:25.172Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:20:25.194Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:20:25.194Z||pool-134-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:20:26.071Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:20:26.071Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:20:26.074Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:20:26.074Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:26.174Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:20:26.174Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:20:26.174Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:20:26.195Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:20:26.195Z||pool-135-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:20:27.074Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:20:27.075Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:20:27.077Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:20:27.077Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:27.177Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T08:20:27.178Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:20:27.178Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:20:27.194Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:20:27.195Z||pool-136-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:20:28.078Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:20:28.079Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:20:28.081Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:20:28.081Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:28.182Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:20:28.182Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:20:28.183Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:20:28.197Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:20:28.197Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-08T08:20:29.082Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:20:29.083Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:20:29.085Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:20:29.085Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:20:29.185Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:20:29.186Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:20:29.186Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:20:29.202Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:20:29.202Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:20:30.086Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:20:30.087Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:20:30.090Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:20:30.090Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:20:30.190Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:20:30.191Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:20:30.191Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:20:30.214Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:20:30.215Z||pool-139-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-08-08T08:20:31.091Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "serviceName": "Demo_pNF_3iJLIdLcpZs4KMP84l2c",
  "serviceVersion": "1.0",
  "serviceUUID": "d3102883-845c-491e-a31d-dfda2f544d21",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "21707670-d7dd-4d8c-aeb1-85bc47c354b5",
  "resources": [
    {
      "resourceInstanceName": "pNF 83b451b7-3600 0",
      "resourceCustomizationUUID": "a9235f53-b06b-483a-a845-d0dc49894d0c",
      "resourceName": "pNF 83b451b7-3600",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "250cf766-3af1-4ea9-a8c2-5d4b184f760e",
      "resourceInvariantUUID": "6200b49a-eb6b-41b9-836e-aaa0898e225b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar",
      "artifactChecksum": "MWM3ZjA2MzQ5NjU4ODRkZGY0MmJhNTYwYTU0YjZjNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5cdbdf19-b77f-4575-86bc-aaf2e439edb8"
    }
  ],
  "workloadContext": "Production"
}
2022-08-08T08:20:31.092Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-08T08:20:31.092Z|7dd57670-ff48-4306-9b4e-20d329ce12f6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d3102883-845c-491e-a31d-dfda2f544d21 ASDC
2022-08-08T08:20:31.093Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:64efb606-099d-42a1-9b6c-8ffde326db14
ServiceName:Demo_pNF_3iJLIdLcpZs4KMP84l2c
ServiceVersion:1.0
ServiceUUID:d3102883-845c-491e-a31d-dfda2f544d21
ServiceInvariantUUID:21707670-d7dd-4d8c-aeb1-85bc47c354b5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar
ArtifactUUID:5cdbdf19-b77f-4575-86bc-aaf2e439edb8
ArtifactChecksum:MWM3ZjA2MzQ5NjU4ODRkZGY0MmJhNTYwYTU0YjZjNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 83b451b7-3600 0
ResourceCustomizationUUID:a9235f53-b06b-483a-a845-d0dc49894d0c
ResourceInvariantUUID:6200b49a-eb6b-41b9-836e-aaa0898e225b
ResourceName:pNF 83b451b7-3600
ResourceType:PNF
ResourceUUID:250cf766-3af1-4ea9-a8c2-5d4b184f760e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-08T08:20:31.093Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d3102883-845c-491e-a31d-dfda2f544d21 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T08:20:31.288Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T08:20:31.289Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T08:20:31.289Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T08:20:31.290Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5cdbdf19-b77f-4575-86bc-aaf2e439edb8 from URL: /sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar
2022-08-08T08:20:31.290Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T08:20:31.290Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar
2022-08-08T08:20:31.866Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T08:20:31.870Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar 5cdbdf19-b77f-4575-86bc-aaf2e439edb8 86690
2022-08-08T08:20:31.870Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar ASDC sendASDCNotification
2022-08-08T08:20:31.870Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar
2022-08-08T08:20:31.870Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T08:20:31.871Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:20:31.873Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:20:31.873Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946831870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:20:31.973Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:20:31.974Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:20:31.974Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:20:31.986Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:20:31.986Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:20:32.874Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T08:20:32.874Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T08:20:32.875Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5cdbdf19-b77f-4575-86bc-aaf2e439edb8, URL: /sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar to file: /app/ASDC/1/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar
2022-08-08T08:20:32.875Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar
2022-08-08T08:20:32.876Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar
2022-08-08T08:20:32.876Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar
2022-08-08T08:20:33.084Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12958029061025895941/Definitions/service-DemoPnf3ijlidlcpzs4kmp84l2c-template.yml
2022-08-08T08:20:33.933Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-08T08:20:33.934Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T08:20:33.934Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar
2022-08-08T08:20:33.934Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-08T08:20:33.934Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 83b451b7-3600 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-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar
2022-08-08T08:20:33.934Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||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-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar
2022-08-08T08:20:33.934Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar
2022-08-08T08:20:33.935Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||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-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar
2022-08-08T08:20:33.935Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||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-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar
2022-08-08T08:20:33.935Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||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-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar
2022-08-08T08:20:33.935Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar
2022-08-08T08:20:33.935Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T08:20:33.935Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:20:33.935Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_3iJLIdLcpZs4KMP84l2c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:20:33.936Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Node template pNF 83b451b7-3600 0 is matching search criteria
2022-08-08T08:20:33.936Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T08:20:33.936Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 83b451b7-3600 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T08:20:33.936Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:20:33.936Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_3iJLIdLcpZs4KMP84l2c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:20:33.937Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Node template pNF 83b451b7-3600 0 is matching search criteria
2022-08-08T08:20:33.937Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T08:20:33.937Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 83b451b7-3600 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T08:20:33.937Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:20:33.937Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_3iJLIdLcpZs4KMP84l2c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:20:33.938Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:20:33.938Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_3iJLIdLcpZs4KMP84l2c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:20:33.938Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:20:33.938Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_3iJLIdLcpZs4KMP84l2c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:20:33.938Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:20:33.939Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_3iJLIdLcpZs4KMP84l2c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:20:33.939Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:20:33.939Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_3iJLIdLcpZs4KMP84l2c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:20:33.939Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_3iJLIdLcpZs4KMP84l2c
Description:catalog service description
Model UUID:d3102883-845c-491e-a31d-dfda2f544d21
Model Version:NULL
Model InvariantUuid:21707670-d7dd-4d8c-aeb1-85bc47c354b5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-08T08:20:33.994Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 250cf766-3af1-4ea9-a8c2-5d4b184f760e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:20:34.010Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||pNF 83b451b7-3600 0
2022-08-08T08:20:34.011Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 250cf766-3af1-4ea9-a8c2-5d4b184f760e
2022-08-08T08:20:34.011Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||No resources found for Service: d3102883-845c-491e-a31d-dfda2f544d21
2022-08-08T08:20:34.011Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d3102883-845c-491e-a31d-dfda2f544d21
2022-08-08T08:20:34.011Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 83b451b7-3600 0 250cf766-3af1-4ea9-a8c2-5d4b184f760e ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:20:34.023Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e757715, org.onap.sdc.toscaparser.api.parameters.Input@4f474913, org.onap.sdc.toscaparser.api.parameters.Input@35c437ff, org.onap.sdc.toscaparser.api.parameters.Input@336775ba, org.onap.sdc.toscaparser.api.parameters.Input@69f711c]
2022-08-08T08:20:34.023Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:20:34.023Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_3iJLIdLcpZs4KMP84l2c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:20:34.024Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d3102883-845c-491e-a31d-dfda2f544d21: pNF 83b451b7-3600
2022-08-08T08:20:34.024Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||Processing PNF resource: 250cf766-3af1-4ea9-a8c2-5d4b184f760e
2022-08-08T08:20:34.024Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:20:34.024Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_3iJLIdLcpZs4KMP84l2c is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:20:34.024Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||Resource customization UUID: a9235f53-b06b-483a-a845-d0dc49894d0c is the same as notified resource customizationUUID: a9235f53-b06b-483a-a845-d0dc49894d0c
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-08-08T08:20:34.218Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 83b451b7-3600 250cf766-3af1-4ea9-a8c2-5d4b184f760e 0 ASDC deployResourceStructure
2022-08-08T08:20:34.218Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar ASDC sendASDCNotification
2022-08-08T08:20:34.218Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar
2022-08-08T08:20:34.219Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T08:20:34.219Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:20:34.221Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:20:34.221Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946834218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:20:34.321Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:20:34.322Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:20:34.322Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:20:34.342Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:20:34.343Z||pool-141-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:20:35.222Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64efb606-099d-42a1-9b6c-8ffde326db14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:20:35.327Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64efb606-099d-42a1-9b6c-8ffde326db14
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:20:35.360Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:20:35.360Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:20:35.360Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:20:35.360Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:21:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:21:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:21:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:21:02.111Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:21:02.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:21:02.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946802970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/resourceInstances/vfwb5a2c8f07b9e0/artifacts/vfwb5a2c8f07b9e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T08:21:02.112Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:21:05.361Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64efb606-099d-42a1-9b6c-8ffde326db14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:21:05.446Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64efb606-099d-42a1-9b6c-8ffde326db14
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:21:05.462Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:21:05.462Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:21:05.462Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:21:05.462Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:21:35.462Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64efb606-099d-42a1-9b6c-8ffde326db14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:21:35.495Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64efb606-099d-42a1-9b6c-8ffde326db14
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:21:35.497Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:21:35.498Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:21:35.498Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:21:35.498Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:22:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:22:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:22:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:22:02.512Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:22:02.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:22:02.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "aai-ml",
  "timestamp": 1659946804185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808081733/1.0/artifacts/service-Vfw20220808081733-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:22:02.513Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:22:02.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:22:02.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167df740-e9e9-41d3-9291-31234dc761b4",
  "consumerID": "aai-ml",
  "timestamp": 1659946805188,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:22:02.533Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 167df740-e9e9-41d3-9291-31234dc761b4
2022-08-08T08:22:02.533Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 167df740-e9e9-41d3-9291-31234dc761b4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:22:02.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:22:02.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dd57670-ff48-4306-9b4e-20d329ce12f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946821946,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T08:22:02.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:22:02.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:22:02.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:22:02.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:22:02.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:22:02.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:22:02.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:22:02.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:22:02.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:22:02.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:22:02.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:22:02.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:22:02.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:22:02.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:22:02.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:22:02.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:22:02.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:22:02.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/resourceInstances/pnf83b451b736000/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:22:02.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:22:02.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:22:02.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:22:02.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:22:02.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:22:02.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659945862678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:22:02.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:22:02.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:22:02.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946831870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:22:02.632Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:22:02.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:22:02.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659946834218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf3ijlidlcpzs4kmp84l2c/1.0/artifacts/service-DemoPnf3ijlidlcpzs4kmp84l2c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:22:02.632Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:22:05.498Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64efb606-099d-42a1-9b6c-8ffde326db14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:22:05.530Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64efb606-099d-42a1-9b6c-8ffde326db14
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:22:05.536Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:22:05.536Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:22:05.536Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:22:05.536Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:22:35.536Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64efb606-099d-42a1-9b6c-8ffde326db14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:22:35.608Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64efb606-099d-42a1-9b6c-8ffde326db14
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:22:35.644Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:22:35.644Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:22:35.644Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:22:35.644Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:23:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:23:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:23:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:23:02.618Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:23:02.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "aai-ml",
  "timestamp": 1659946950763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946950546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946955342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "cds",
  "timestamp": 1659946946867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "policy-id",
  "timestamp": 1659946953294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946950546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "aai-ml",
  "timestamp": 1659946950763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "cds",
  "timestamp": 1659946946867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946955342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "policy-id",
  "timestamp": 1659946953294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "aai-ml",
  "timestamp": 1659946950763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946955342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "cds",
  "timestamp": 1659946946867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946950546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "policy-id",
  "timestamp": 1659946953294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946950546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "cds",
  "timestamp": 1659946946867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946955342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "aai-ml",
  "timestamp": 1659946950763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "policy-id",
  "timestamp": 1659946953294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "aai-ml",
  "timestamp": 1659946950763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946955342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946950546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "cds",
  "timestamp": 1659946946867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "policy-id",
  "timestamp": 1659946953294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946950546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "aai-ml",
  "timestamp": 1659946950763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946955342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:23:02.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "cds",
  "timestamp": 1659946946867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "policy-id",
  "timestamp": 1659946953294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "aai-ml",
  "timestamp": 1659946950763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/artifacts/service-DemoPnf22fjfx31oxlfrbr7fge7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946950546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/artifacts/service-DemoPnf22fjfx31oxlfrbr7fge7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946955342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/artifacts/service-DemoPnf22fjfx31oxlfrbr7fge7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "cds",
  "timestamp": 1659946946867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/artifacts/service-DemoPnf22fjfx31oxlfrbr7fge7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "policy-id",
  "timestamp": 1659946953294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/artifacts/service-DemoPnf22fjfx31oxlfrbr7fge7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659946950546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/artifacts/service-DemoPnf22fjfx31oxlfrbr7fge7-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:23:02.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "aai-ml",
  "timestamp": 1659946950763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/artifacts/service-DemoPnf22fjfx31oxlfrbr7fge7-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:23:02.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946955342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/artifacts/service-DemoPnf22fjfx31oxlfrbr7fge7-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:23:02.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "policy-id",
  "timestamp": 1659946953294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/artifacts/service-DemoPnf22fjfx31oxlfrbr7fge7-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:23:02.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "cds",
  "timestamp": 1659946946867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/artifacts/service-DemoPnf22fjfx31oxlfrbr7fge7-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:23:02.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:23:02.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "policy-id",
  "timestamp": 1659946964730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/artifacts/service-DemoPnf22fjfx31oxlfrbr7fge7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:23:02.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:23:02.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "cds",
  "timestamp": 1659946964655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/artifacts/service-DemoPnf22fjfx31oxlfrbr7fge7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:23:02.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:23:02.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946964947,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:23:02.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:23:02.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "aai-ml",
  "timestamp": 1659946964839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/artifacts/service-DemoPnf22fjfx31oxlfrbr7fge7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:23:02.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:23:02.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "policy-id",
  "timestamp": 1659946965734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/artifacts/service-DemoPnf22fjfx31oxlfrbr7fge7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:23:02.631Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:23:02.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "cds",
  "timestamp": 1659946965663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/artifacts/service-DemoPnf22fjfx31oxlfrbr7fge7-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:23:02.683Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f37b8e29-ddb9-489e-8929-f16b64bcd6a8
2022-08-08T08:23:02.683Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f37b8e29-ddb9-489e-8929-f16b64bcd6a8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:23:02.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946966029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/resourceInstances/pnf861c4710d57b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-08T08:23:02.704Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:23:02.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "policy-id",
  "timestamp": 1659946966739,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:23:02.732Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f37b8e29-ddb9-489e-8929-f16b64bcd6a8
2022-08-08T08:23:02.732Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f37b8e29-ddb9-489e-8929-f16b64bcd6a8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:23:02.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659946967033,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:23:02.785Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f37b8e29-ddb9-489e-8929-f16b64bcd6a8
2022-08-08T08:23:02.785Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f37b8e29-ddb9-489e-8929-f16b64bcd6a8 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:23:02.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "aai-ml",
  "timestamp": 1659946972223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf22fjfx31oxlfrbr7fge7/1.0/artifacts/service-DemoPnf22fjfx31oxlfrbr7fge7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:23:02.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:23:02.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:23:02.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f37b8e29-ddb9-489e-8929-f16b64bcd6a8",
  "consumerID": "aai-ml",
  "timestamp": 1659946973226,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:23:02.838Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f37b8e29-ddb9-489e-8929-f16b64bcd6a8
2022-08-08T08:23:02.838Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f37b8e29-ddb9-489e-8929-f16b64bcd6a8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:23:05.645Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64efb606-099d-42a1-9b6c-8ffde326db14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:23:05.659Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64efb606-099d-42a1-9b6c-8ffde326db14
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:23:05.662Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:23:05.662Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:23:05.662Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:23:05.662Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:23:35.662Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64efb606-099d-42a1-9b6c-8ffde326db14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:23:35.695Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64efb606-099d-42a1-9b6c-8ffde326db14
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:23:35.717Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:23:35.717Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:23:35.717Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:23:35.717Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:24:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:24:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:24:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:24:05.718Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64efb606-099d-42a1-9b6c-8ffde326db14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:24:05.738Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64efb606-099d-42a1-9b6c-8ffde326db14
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:24:05.740Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:24:05.740Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:24:05.740Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:24:05.740Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:24:11.542Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:24:35.740Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64efb606-099d-42a1-9b6c-8ffde326db14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:24:35.790Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64efb606-099d-42a1-9b6c-8ffde326db14
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:24:35.794Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:24:35.794Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:24:35.794Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:24:35.794Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:25:01.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:25:01.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:25:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:25:05.794Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64efb606-099d-42a1-9b6c-8ffde326db14
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:25:05.832Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64efb606-099d-42a1-9b6c-8ffde326db14
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:25:05.837Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:25:05.837Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:25:05.837Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:25:05.837Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:25:11.518Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:25:35.837Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-08-08T08:25:35.838Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 64efb606-099d-42a1-9b6c-8ffde326db14 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-08T08:25:35.847Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 64efb606-099d-42a1-9b6c-8ffde326db14 and serviceModelVersionId: d3102883-845c-491e-a31d-dfda2f544d21
2022-08-08T08:25:35.847Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 21707670-d7dd-4d8c-aeb1-85bc47c354b5
2022-08-08T08:25:35.850Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/21707670-d7dd-4d8c-aeb1-85bc47c354b5/model-vers/model-ver/d3102883-845c-491e-a31d-dfda2f544d21?depth=0
2022-08-08T08:25:35.860Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-08-08T08:25:35.928Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21707670-d7dd-4d8c-aeb1-85bc47c354b5/model-vers/model-ver/d3102883-845c-491e-a31d-dfda2f544d21?depth=0|INFO|500||Invoke
2022-08-08T08:25:35.929Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21707670-d7dd-4d8c-aeb1-85bc47c354b5/model-vers/model-ver/d3102883-845c-491e-a31d-dfda2f544d21?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21707670-d7dd-4d8c-aeb1-85bc47c354b5/model-vers/model-ver/d3102883-845c-491e-a31d-dfda2f544d21?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[64efb606-099d-42a1-9b6c-8ffde326db14], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[49f30883-755c-46ba-8391-46096398b898], X-ECOMP-RequestID=[64efb606-099d-42a1-9b6c-8ffde326db14], X-TransactionId=[], X-ONAP-RequestID=[64efb606-099d-42a1-9b6c-8ffde326db14], Content-Type=[application/merge-patch+json]}
2022-08-08T08:25:35.957Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21707670-d7dd-4d8c-aeb1-85bc47c354b5/model-vers/model-ver/d3102883-845c-491e-a31d-dfda2f544d21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-08-08T08:25:36.159Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21707670-d7dd-4d8c-aeb1-85bc47c354b5/model-vers/model-ver/d3102883-845c-491e-a31d-dfda2f544d21?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21707670-d7dd-4d8c-aeb1-85bc47c354b5/model-vers/model-ver/d3102883-845c-491e-a31d-dfda2f544d21?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220808-08:25:36:011-79970], vertex-id=[463032], Content-Length=[0], Date=[Mon, 08 Aug 2022 08:25:36 GMT], Content-Type=[application/json]}
2022-08-08T08:25:36.159Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21707670-d7dd-4d8c-aeb1-85bc47c354b5/model-vers/model-ver/d3102883-845c-491e-a31d-dfda2f544d21?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-08T08:25:36.160Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/21707670-d7dd-4d8c-aeb1-85bc47c354b5/model-vers/model-ver/d3102883-845c-491e-a31d-dfda2f544d21?depth=0|INFO|500||InvokeReturn
2022-08-08T08:25:36.160Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-08T08:25:36.161Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:25:36.169Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-08T08:25:36.169Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 64efb606-099d-42a1-9b6c-8ffde326db14 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-08-08T08:25:36.170Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-08T08:25:36.170Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:25:36.173Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:25:36.173Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947136170,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T08:25:36.274Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:25:36.275Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:25:36.275Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:25:36.294Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:25:36.294Z||pool-142-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T08:25:37.227Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:25:37.227Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:25:37.228Z|64efb606-099d-42a1-9b6c-8ffde326db14|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 vkGyok14KwHm0i1V) ...
2022-08-08T08:25:41.657Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:25:41.659Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-08T08:25:41.659Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"223bfba6-c8d5-405f-b57c-0aad9d9992a0","serviceName":"vFW 2022-08-08 08-07-15","serviceVersion":"1.0","serviceUUID":"2dc9555e-d597-4bad-b3d5-3d597e0f53a7","serviceDescription":"catalog service description","serviceInvariantUUID":"89e41c77-c475-49d2-9275-b5fcbad3ba18","resources":[{"resourceInstanceName":"vFW b80ec9d5-9adb 0","resourceName":"vFW b80ec9d5-9adb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"80f7dc0d-182b-417d-95d0-6e1c5aeb0732","resourceInvariantUUID":"b50c6293-b3e6-40c0-b771-647cf743639a","resourceCustomizationUUID":"9bff2df6-3c7a-473f-be8a-a17c0f7d410f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vf-license-model.xml","artifactChecksum":"ZWY3ZmM0ODAxNzBmNGQxY2Q4MGY2ZTk1NDNmY2MwY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e78d664e-ffd9-4309-9d13-970a7c77a989","artifactVersion":"1"},{"artifactName":"vfwb80ec9d59adb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json","artifactChecksum":"ZmQ0MTc0MmIxMzQzYjljNzRjNTk3YTMxNWJhOGI1YTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f668ce87-6d28-4fe5-a305-54ba2c0efb15","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6ae5e82f-8b13-44a6-8e99-7c8f643bf6d7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg2YjkzN2YzZTgzNDA4ZTk2OTZlMjhmODY3MjgxYWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"25ad9db9-55a5-48fe-bbc8-79d8555f2901","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6359923b-d722-4cd3-b936-eaf514fbbedc","artifactVersion":"2","generatedFromUUID":"6ae5e82f-8b13-44a6-8e99-7c8f643bf6d7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220808080715-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-template.yml","artifactChecksum":"ZTIwOTg4ZDUxMjJkMjVhZWRmZWMzYjE1MmVkN2U0MTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e14d4d4b-a25e-479e-a251-6e4a3f6e7ff3","artifactVersion":"1"},{"artifactName":"service-Vfw20220808080715-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar","artifactChecksum":"ODVjZWU4Njg3MTg5N2ZhYTQyMTUxYzQ1OWFiMzU3MTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d4606ac1-4c12-4d3a-8abd-ae8666add806","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-08T08:25:41.662Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:25:41.662Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:25:41.664Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:25:41.664Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:25:41.764Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:25:41.765Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:25:41.766Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:25:41.779Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:25:41.779Z||pool-143-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-08T08:25:42.665Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:25:42.665Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:25:42.667Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:25:42.667Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T08:25:42.767Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:25:42.768Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:25:42.769Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:25:42.786Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:25:42.786Z||pool-144-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-08T08:25:43.668Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:25:43.669Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:25:43.671Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:25:43.671Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:25:43.771Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:25:43.772Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:25:43.772Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:25:43.784Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:25:43.784Z||pool-145-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:25:44.672Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:25:44.672Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:25:44.675Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:25:44.675Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:25:44.775Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:25:44.776Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:25:44.776Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:25:44.812Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:25:44.812Z||pool-146-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:25:45.675Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:25:45.676Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:25:45.678Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:25:45.678Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-08T08:25:45.778Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:25:45.779Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:25:45.780Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:25:45.793Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:25:45.794Z||pool-147-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:25:46.679Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:25:46.679Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:25:46.681Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:25:46.682Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:25:46.782Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:25:46.782Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:25:46.782Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:25:46.797Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:25:46.797Z||pool-148-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:25:47.682Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:25:47.683Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:25:47.685Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:25:47.685Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:25:47.785Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T08:25:47.786Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:25:47.786Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:25:47.799Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:25:47.800Z||pool-149-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:25:48.686Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "serviceName": "vFW 2022-08-08 08-07-15",
  "serviceVersion": "1.0",
  "serviceUUID": "2dc9555e-d597-4bad-b3d5-3d597e0f53a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "89e41c77-c475-49d2-9275-b5fcbad3ba18",
  "resources": [
    {
      "resourceInstanceName": "vFW b80ec9d5-9adb 0",
      "resourceCustomizationUUID": "9bff2df6-3c7a-473f-be8a-a17c0f7d410f",
      "resourceName": "vFW b80ec9d5-9adb",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "80f7dc0d-182b-417d-95d0-6e1c5aeb0732",
      "resourceInvariantUUID": "b50c6293-b3e6-40c0-b771-647cf743639a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb80ec9d59adb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json",
          "artifactChecksum": "ZmQ0MTc0MmIxMzQzYjljNzRjNTk3YTMxNWJhOGI1YTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f668ce87-6d28-4fe5-a305-54ba2c0efb15",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6ae5e82f-8b13-44a6-8e99-7c8f643bf6d7",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6359923b-d722-4cd3-b936-eaf514fbbedc",
            "generatedFromUUID": "6ae5e82f-8b13-44a6-8e99-7c8f643bf6d7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6359923b-d722-4cd3-b936-eaf514fbbedc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220808080715-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar",
      "artifactChecksum": "ODVjZWU4Njg3MTg5N2ZhYTQyMTUxYzQ1OWFiMzU3MTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d4606ac1-4c12-4d3a-8abd-ae8666add806"
    }
  ],
  "workloadContext": "Production"
}
2022-08-08T08:25:48.687Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-08T08:25:48.687Z|64efb606-099d-42a1-9b6c-8ffde326db14|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2dc9555e-d597-4bad-b3d5-3d597e0f53a7 ASDC
2022-08-08T08:25:48.687Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:223bfba6-c8d5-405f-b57c-0aad9d9992a0
ServiceName:vFW 2022-08-08 08-07-15
ServiceVersion:1.0
ServiceUUID:2dc9555e-d597-4bad-b3d5-3d597e0f53a7
ServiceInvariantUUID:89e41c77-c475-49d2-9275-b5fcbad3ba18
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220808080715-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar
ArtifactUUID:d4606ac1-4c12-4d3a-8abd-ae8666add806
ArtifactChecksum:ODVjZWU4Njg3MTg5N2ZhYTQyMTUxYzQ1OWFiMzU3MTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b80ec9d5-9adb 0
ResourceCustomizationUUID:9bff2df6-3c7a-473f-be8a-a17c0f7d410f
ResourceInvariantUUID:b50c6293-b3e6-40c0-b771-647cf743639a
ResourceName:vFW b80ec9d5-9adb
ResourceType:VF
ResourceUUID:80f7dc0d-182b-417d-95d0-6e1c5aeb0732
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb80ec9d59adb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json
ArtifactUUID:f668ce87-6d28-4fe5-a305-54ba2c0efb15
ArtifactChecksum:ZmQ0MTc0MmIxMzQzYjljNzRjNTk3YTMxNWJhOGI1YTM=
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/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.yaml
ArtifactUUID:6ae5e82f-8b13-44a6-8e99-7c8f643bf6d7
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/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env
ArtifactUUID:6359923b-d722-4cd3-b936-eaf514fbbedc
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/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env
ArtifactUUID:6359923b-d722-4cd3-b936-eaf514fbbedc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-08T08:25:48.688Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2dc9555e-d597-4bad-b3d5-3d597e0f53a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T08:25:48.927Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T08:25:48.928Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T08:25:48.928Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T08:25:48.929Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d4606ac1-4c12-4d3a-8abd-ae8666add806 from URL: /sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar
2022-08-08T08:25:48.929Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T08:25:48.929Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar
2022-08-08T08:25:49.755Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T08:25:49.760Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar d4606ac1-4c12-4d3a-8abd-ae8666add806 103061
2022-08-08T08:25:49.760Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar ASDC sendASDCNotification
2022-08-08T08:25:49.761Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar
2022-08-08T08:25:49.761Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T08:25:49.761Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:25:49.764Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:25:49.764Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947149760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:25:49.864Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T08:25:49.864Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:25:49.864Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:25:49.886Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:25:49.886Z||pool-150-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:25:50.765Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T08:25:50.766Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T08:25:50.766Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d4606ac1-4c12-4d3a-8abd-ae8666add806, URL: /sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar to file: /app/ASDC/1/service-Vfw20220808080715-csar.csar
2022-08-08T08:25:50.767Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220808080715-csar.csar
2022-08-08T08:25:50.768Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220808080715-csar.csar
2022-08-08T08:25:50.768Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220808080715-csar.csar
2022-08-08T08:25:51.154Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP470234256309915551/Definitions/service-Vfw20220808080715-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-08-08T08:25:53.360Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-08T08:25:53.361Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T08:25:53.361Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220808080715-csar.csar
2022-08-08T08:25:53.361Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-08T08:25:53.361Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||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-Vfw20220808080715-csar.csar
2022-08-08T08:25:53.362Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||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-Vfw20220808080715-csar.csar
2022-08-08T08:25:53.362Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||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-Vfw20220808080715-csar.csar
2022-08-08T08:25:53.362Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220808080715-csar.csar
2022-08-08T08:25:53.362Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220808080715-csar.csar
2022-08-08T08:25:53.362Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||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-Vfw20220808080715-csar.csar
2022-08-08T08:25:53.362Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||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-Vfw20220808080715-csar.csar
2022-08-08T08:25:53.363Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||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-Vfw20220808080715-csar.csar
2022-08-08T08:25:53.363Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220808080715-csar.csar
2022-08-08T08:25:53.363Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||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-Vfw20220808080715-csar.csar
2022-08-08T08:25:53.363Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220808080715-csar.csar
2022-08-08T08:25:53.363Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b80ec9d5-9adb 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-Vfw20220808080715-csar.csar
2022-08-08T08:25:53.363Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220808080715-csar.csar
2022-08-08T08:25:53.364Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T08:25:53.364Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:53.364Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 08-07-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:25:53.365Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vFW b80ec9d5-9adb 0 is matching search criteria
2022-08-08T08:25:53.365Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T08:25:53.365Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b80ec9d5-9adb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T08:25:53.366Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:53.366Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 08-07-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:25:53.366Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vFW b80ec9d5-9adb 0 is matching search criteria
2022-08-08T08:25:53.366Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T08:25:53.367Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b80ec9d5-9adb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T08:25:53.367Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:53.367Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 08-07-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:25:53.367Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:53.367Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vFW b80ec9d5-9adb 0 is not matching search criteria
2022-08-08T08:25:53.368Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T08:25:53.368Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T08:25:53.368Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T08:25:53.368Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T08:25:53.368Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:25:53.368Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T08:25:53.368Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:25:53.369Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T08:25:53.369Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T08:25:53.369Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:25:53.369Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T08:25:53.369Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T08:25:53.370Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T08:25:53.370Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T08:25:53.370Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:25:53.370Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-08T08:25:53.370Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:53.370Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 08-07-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-08T08:25:53.371Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:53.371Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vFW b80ec9d5-9adb 0 is matching search criteria
2022-08-08T08:25:53.371Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b80ec9d5-9adb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:25:53.371Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:53.371Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vFW b80ec9d5-9adb 0 is matching search criteria
2022-08-08T08:25:53.372Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b80ec9d5-9adb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:25:53.372Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:53.372Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vFW b80ec9d5-9adb 0 is matching search criteria
2022-08-08T08:25:53.372Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b80ec9d5-9adb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:25:53.372Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:53.372Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vFW b80ec9d5-9adb 0 is not matching search criteria
2022-08-08T08:25:53.372Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T08:25:53.372Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T08:25:53.373Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-08T08:25:53.373Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T08:25:53.373Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T08:25:53.373Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:25:53.373Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T08:25:53.373Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T08:25:53.374Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T08:25:53.374Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T08:25:53.374Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:25:53.374Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bc064384-55a1-4621-b1a6-8b00d4bb6743
2022-08-08T08:25:53.374Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:53.375Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vFW b80ec9d5-9adb 0 is not matching search criteria
2022-08-08T08:25:53.375Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T08:25:53.375Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T08:25:53.375Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T08:25:53.375Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T08:25:53.376Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:25:53.376Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T08:25:53.376Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:25:53.376Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-08T08:25:53.376Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T08:25:53.376Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T08:25:53.376Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T08:25:53.376Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:25:53.377Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4e16bb99-90bb-4875-81d6-057b7c832b69
2022-08-08T08:25:53.377Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:53.377Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vFW b80ec9d5-9adb 0 is not matching search criteria
2022-08-08T08:25:53.377Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T08:25:53.377Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T08:25:53.377Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T08:25:53.378Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T08:25:53.378Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:25:53.378Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T08:25:53.378Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:25:53.378Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T08:25:53.378Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T08:25:53.379Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:25:53.379Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T08:25:53.379Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-08T08:25:53.379Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e90ee741-4ba8-4e89-835b-14ab28f30424
2022-08-08T08:25:53.379Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:53.379Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 08-07-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:25:53.379Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:53.380Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 08-07-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:25:53.380Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:53.380Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 08-07-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:25:53.380Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:53.380Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 08-07-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:25:53.380Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-08 08-07-15
Description:catalog service description
Model UUID:2dc9555e-d597-4bad-b3d5-3d597e0f53a7
Model Version:NULL
Model InvariantUuid:89e41c77-c475-49d2-9275-b5fcbad3ba18
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b80ec9d5-9adb
Model UUID:8e5e490f-85a9-4455-88ce-d99ecc87a8df
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b50c6293-b3e6-40c0-b771-647cf743639a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9bff2df6-3c7a-473f-be8a-a17c0f7d410f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e112d50e-cec1-4de4-b383-7496363233a0
ModelName:VfwB80ec9d59adb..base_vfw..module-0
ModelUuid:a1ebccfd-cf38-4162-821b-a3e6da19fb0d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bc064384-55a1-4621-b1a6-8b00d4bb6743
ModelInvariantUuid:03163a31-df76-4657-98ef-2b05f42b5c75
ModelName:vFW b80ec9d5-9adb-nodes.vfwCvfc
ModelUuid:9092a9cc-68bc-4d73-be5d-56e771bee639
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d271fbdf-f0d2-42b8-8720-2363660af09b
ModelInvariantUuid:a7260f78-f32a-4ab1-b467-de9f560b08fa
ModelName:VfwB80ec9d59adb.compute.nodes.heat.vfw
ModelUuid:5536bb20-fb32-4a47-9727-fd7dd7ba7be2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4e16bb99-90bb-4875-81d6-057b7c832b69
ModelInvariantUuid:c3305329-625b-4292-a828-2d961c5c65b2
ModelName:vFW b80ec9d5-9adb-nodes.vsnCvfc
ModelUuid:791499db-00a3-48d6-b0a9-06ef4cfd303e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8236b2fa-3261-4de2-8d94-fb5b91bc6368
ModelInvariantUuid:878539ce-5a93-4621-903a-36a707e225bb
ModelName:VfwB80ec9d59adb.compute.nodes.heat.vsn
ModelUuid:cd9f14ea-96bc-4855-a677-35c0a08f0fc4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e90ee741-4ba8-4e89-835b-14ab28f30424
ModelInvariantUuid:106dd889-eca5-45b8-b9ed-cd79ff786ce1
ModelName:vFW b80ec9d5-9adb-nodes.vpgCvfc
ModelUuid:d280d254-17a2-42ea-9e49-ce4497422488
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:5f2ce7ad-5c0d-4d45-a6b3-74915636f7e0
ModelInvariantUuid:7b14470f-7014-4f6a-8650-7ed759f6c45c
ModelName:VfwB80ec9d59adb.compute.nodes.heat.vpg
ModelUuid:89237c5b-1fde-4f30-b94f-a6b7524159c4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-08T08:25:53.405Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 80f7dc0d-182b-417d-95d0-6e1c5aeb0732
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:25:53.409Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||vFW b80ec9d5-9adb 0
2022-08-08T08:25:53.409Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 80f7dc0d-182b-417d-95d0-6e1c5aeb0732
2022-08-08T08:25:53.409Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f668ce87-6d28-4fe5-a305-54ba2c0efb15 from URL: /sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json
2022-08-08T08:25:53.409Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T08:25:53.409Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json
2022-08-08T08:25:53.770Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T08:25:53.771Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json f668ce87-6d28-4fe5-a305-54ba2c0efb15 785
2022-08-08T08:25:53.771Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json ASDC sendASDCNotification
2022-08-08T08:25:53.771Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json
2022-08-08T08:25:53.771Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T08:25:53.772Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:25:53.774Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:25:53.774Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947153771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:25:53.874Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:25:53.875Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:25:53.875Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:25:53.887Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:25:53.887Z||pool-151-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-08-08T08:25:54.774Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB80ec9d59adb..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e112d50e-cec1-4de4-b383-7496363233a0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a1ebccfd-cf38-4162-821b-a3e6da19fb0d",
    "vfModuleModelCustomizationUUID": "e8bfa7d9-4d0f-444e-ab3d-7281bab2e642",
    "isBase": true,
    "artifacts": [
      "6ae5e82f-8b13-44a6-8e99-7c8f643bf6d7",
      "6359923b-d722-4cd3-b936-eaf514fbbedc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-08T08:25:54.779Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB80ec9d59adb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a1ebccfd-cf38-4162-821b-a3e6da19fb0d
VfModuleModelInvariantUUID:e112d50e-cec1-4de4-b383-7496363233a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
6ae5e82f-8b13-44a6-8e99-7c8f643bf6d7
,
6359923b-d722-4cd3-b936-eaf514fbbedc

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

isBase:true


}

2022-08-08T08:25:54.781Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB80ec9d59adb..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e112d50e-cec1-4de4-b383-7496363233a0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a1ebccfd-cf38-4162-821b-a3e6da19fb0d",
    "vfModuleModelCustomizationUUID": "e8bfa7d9-4d0f-444e-ab3d-7281bab2e642",
    "isBase": true,
    "artifacts": [
      "6ae5e82f-8b13-44a6-8e99-7c8f643bf6d7",
      "6359923b-d722-4cd3-b936-eaf514fbbedc"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-08T08:25:54.781Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB80ec9d59adb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a1ebccfd-cf38-4162-821b-a3e6da19fb0d
VfModuleModelInvariantUUID:e112d50e-cec1-4de4-b383-7496363233a0
VfModuleModelDescription:NULL
Artifacts UUID List:{
6ae5e82f-8b13-44a6-8e99-7c8f643bf6d7
,
6359923b-d722-4cd3-b936-eaf514fbbedc

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

isBase:true


}

2022-08-08T08:25:54.781Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6ae5e82f-8b13-44a6-8e99-7c8f643bf6d7 from URL: /sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.yaml
2022-08-08T08:25:54.781Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T08:25:54.781Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.yaml
2022-08-08T08:25:54.890Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T08:25:54.891Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.yaml 6ae5e82f-8b13-44a6-8e99-7c8f643bf6d7 20368
2022-08-08T08:25:54.891Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-08T08:25:54.891Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.yaml
2022-08-08T08:25:54.891Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T08:25:54.891Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:25:54.893Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:25:54.893Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947154891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:25:54.993Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:25:54.994Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:25:54.994Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:25:55.019Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:25:55.020Z||pool-152-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:25:55.894Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6359923b-d722-4cd3-b936-eaf514fbbedc from URL: /sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env
2022-08-08T08:25:55.894Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T08:25:55.895Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env
2022-08-08T08:25:56.084Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T08:25:56.085Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env 6359923b-d722-4cd3-b936-eaf514fbbedc 2098
2022-08-08T08:25:56.085Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-08T08:25:56.085Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env
2022-08-08T08:25:56.085Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T08:25:56.086Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:25:56.088Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:25:56.089Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947156085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:25:56.188Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T08:25:56.189Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:25:56.189Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:25:56.203Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:25:56.204Z||pool-153-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:25:57.089Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 2dc9555e-d597-4bad-b3d5-3d597e0f53a7
2022-08-08T08:25:57.090Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b80ec9d5-9adb 0 80f7dc0d-182b-417d-95d0-6e1c5aeb0732 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:25:57.132Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77876bfb, org.onap.sdc.toscaparser.api.parameters.Input@53f12ba2, org.onap.sdc.toscaparser.api.parameters.Input@4900d379, org.onap.sdc.toscaparser.api.parameters.Input@3e10f90, org.onap.sdc.toscaparser.api.parameters.Input@4f7564a4]
2022-08-08T08:25:57.134Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:57.134Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 08-07-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:25:57.134Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-08-08T08:25:57.134Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 9bff2df6-3c7a-473f-be8a-a17c0f7d410f
2022-08-08T08:25:57.135Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9bff2df6-3c7a-473f-be8a-a17c0f7d410f matches Tosca VF Customization UUID: 9bff2df6-3c7a-473f-be8a-a17c0f7d410f
2022-08-08T08:25:57.135Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 9bff2df6-3c7a-473f-be8a-a17c0f7d410f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-08T08:25:57.137Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:57.137Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 08-07-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:25:57.138Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 9bff2df6-3c7a-473f-be8a-a17c0f7d410f: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-08-08T08:25:57.138Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@51417144
2022-08-08T08:25:57.138Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:57.138Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 08-07-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-08T08:25:57.138Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e8bfa7d9-4d0f-444e-ab3d-7281bab2e642
2022-08-08T08:25:57.138Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e8bfa7d9-4d0f-444e-ab3d-7281bab2e642
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-08T08:25:57.140Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:57.141Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vFW b80ec9d5-9adb 0 is matching search criteria
2022-08-08T08:25:57.141Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b80ec9d5-9adb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:25:57.141Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:57.141Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vFW b80ec9d5-9adb 0 is matching search criteria
2022-08-08T08:25:57.141Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b80ec9d5-9adb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:25:57.142Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:57.142Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vFW b80ec9d5-9adb 0 is not matching search criteria
2022-08-08T08:25:57.142Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T08:25:57.142Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T08:25:57.142Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-08T08:25:57.142Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T08:25:57.142Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T08:25:57.143Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:25:57.143Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T08:25:57.143Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T08:25:57.143Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T08:25:57.143Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T08:25:57.143Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:25:57.143Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bc064384-55a1-4621-b1a6-8b00d4bb6743
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-08T08:25:57.145Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:57.145Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vFW b80ec9d5-9adb 0 is matching search criteria
2022-08-08T08:25:57.145Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b80ec9d5-9adb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:25:57.146Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:57.146Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vFW b80ec9d5-9adb 0 is not matching search criteria
2022-08-08T08:25:57.146Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T08:25:57.146Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T08:25:57.146Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T08:25:57.146Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T08:25:57.146Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:25:57.146Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T08:25:57.147Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:25:57.147Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-08T08:25:57.147Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-08T08:25:57.147Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-08T08:25:57.147Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-08T08:25:57.147Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:25:57.147Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4e16bb99-90bb-4875-81d6-057b7c832b69
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-08T08:25:57.177Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:57.177Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vFW b80ec9d5-9adb 0 is matching search criteria
2022-08-08T08:25:57.177Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b80ec9d5-9adb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:25:57.178Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:57.178Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vFW b80ec9d5-9adb 0 is not matching search criteria
2022-08-08T08:25:57.178Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-08T08:25:57.178Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-08T08:25:57.178Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-08T08:25:57.178Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-08T08:25:57.179Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:25:57.179Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-08T08:25:57.179Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-08T08:25:57.179Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-08T08:25:57.179Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-08T08:25:57.179Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-08T08:25:57.179Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-08T08:25:57.180Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-08T08:25:57.180Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e90ee741-4ba8-4e89-835b-14ab28f30424
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-08T08:25:57.191Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:57.191Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vFW b80ec9d5-9adb 0 is matching search criteria
2022-08-08T08:25:57.192Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b80ec9d5-9adb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:25:57.192Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:57.192Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Node template vFW b80ec9d5-9adb 0 is matching search criteria
2022-08-08T08:25:57.192Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b80ec9d5-9adb 0] matching following query criteria: sdcType=VF, customizationUUID=9bff2df6-3c7a-473f-be8a-a17c0f7d410f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:25:57.195Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:57.195Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 08-07-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:25:57.195Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 2dc9555e-d597-4bad-b3d5-3d597e0f53a7: vFW b80ec9d5-9adb
2022-08-08T08:25:57.196Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:57.196Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 08-07-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:25:57.196Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:57.196Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 08-07-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:25:57.196Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:57.196Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 08-07-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:25:57.196Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:57.197Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 08-07-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:25:57.197Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:25:57.197Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-08 08-07-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:25:57.197Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-08-08 08-07-15 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:25:57.787Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b80ec9d5-9adb 80f7dc0d-182b-417d-95d0-6e1c5aeb0732 1 ASDC deployResourceStructure
2022-08-08T08:25:57.788Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json ASDC sendASDCNotification
2022-08-08T08:25:57.788Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json
2022-08-08T08:25:57.788Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T08:25:57.789Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:25:57.791Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:25:57.791Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947157788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T08:25:57.891Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T08:25:57.892Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:25:57.892Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:25:57.908Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:25:57.908Z||pool-154-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:25:58.792Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-08T08:25:58.792Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.yaml
2022-08-08T08:25:58.793Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T08:25:58.793Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:25:58.795Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:25:58.795Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947158792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-08T08:25:58.895Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:25:58.896Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:25:58.896Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:25:58.914Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:25:58.914Z||pool-155-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-08T08:25:59.796Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-08T08:25:59.796Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env
2022-08-08T08:25:59.796Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T08:25:59.797Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:25:59.799Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:25:59.799Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947159795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-08T08:25:59.899Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:25:59.900Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:25:59.900Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:25:59.914Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:25:59.914Z||pool-156-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:26:00.799Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar ASDC sendASDCNotification
2022-08-08T08:26:00.800Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar
2022-08-08T08:26:00.800Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T08:26:00.800Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:26:00.802Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:26:00.802Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947160799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:26:00.903Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:26:00.903Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:26:00.903Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:26:00.930Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:26:00.931Z||pool-157-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:26:01.803Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 223bfba6-c8d5-405f-b57c-0aad9d9992a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:26:01.838Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 223bfba6-c8d5-405f-b57c-0aad9d9992a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:26:01.851Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:26:01.851Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:26:01.851Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:26:01.852Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:26:01.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:26:01.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:26:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:26:02.607Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:26:02.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:26:02.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64efb606-099d-42a1-9b6c-8ffde326db14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947136170,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T08:26:02.609Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:26:02.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:26:02.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:26:02.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:26:02.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:26:02.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T08:26:02.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:26:02.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:26:02.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:26:02.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:26:02.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:26:02.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:26:02.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:26:02.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:26:02.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-08T08:26:02.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:26:02.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:26:02.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:26:02.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:26:02.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:26:02.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:26:02.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:26:02.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:26:02.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947149760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:26:02.612Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:26:02.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:26:02.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947153771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:26:02.612Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:26:02.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:26:02.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947154891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:26:02.612Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:26:02.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:26:02.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947156085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:26:02.613Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:26:02.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:26:02.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947157788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/vfwb80ec9d59adb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T08:26:02.613Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:26:02.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:26:02.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947158792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-08T08:26:02.613Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:26:02.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:26:02.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947159795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/resourceInstances/vfwb80ec9d59adb0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-08T08:26:02.614Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:26:02.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-08T08:26:02.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947160799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808080715/1.0/artifacts/service-Vfw20220808080715-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:26:02.614Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:26:31.853Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 223bfba6-c8d5-405f-b57c-0aad9d9992a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:26:31.894Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 223bfba6-c8d5-405f-b57c-0aad9d9992a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:26:31.897Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:26:31.897Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:26:31.897Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:26:31.897Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:27:01.897Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 223bfba6-c8d5-405f-b57c-0aad9d9992a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:27:01.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:27:01.972Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:27:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:27:01.982Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 223bfba6-c8d5-405f-b57c-0aad9d9992a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:27:01.991Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:27:01.991Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:27:01.991Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:27:01.992Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:27:11.531Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:27:31.992Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 223bfba6-c8d5-405f-b57c-0aad9d9992a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:27:32.041Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 223bfba6-c8d5-405f-b57c-0aad9d9992a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:27:32.043Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:27:32.043Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:27:32.043Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:27:32.044Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:28:01.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:28:01.972Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:28:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:28:02.044Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 223bfba6-c8d5-405f-b57c-0aad9d9992a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:28:02.104Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 223bfba6-c8d5-405f-b57c-0aad9d9992a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:28:02.116Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:28:02.116Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:28:02.117Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:28:02.117Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:28:11.528Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:28:32.117Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 223bfba6-c8d5-405f-b57c-0aad9d9992a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:28:32.150Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 223bfba6-c8d5-405f-b57c-0aad9d9992a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:28:32.160Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:28:32.160Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:28:32.160Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:28:32.161Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:29:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:29:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:29:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:29:02.161Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 223bfba6-c8d5-405f-b57c-0aad9d9992a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:29:02.201Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 223bfba6-c8d5-405f-b57c-0aad9d9992a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:29:02.203Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:29:02.203Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:29:02.203Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:29:02.204Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:29:11.527Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:29:32.205Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 223bfba6-c8d5-405f-b57c-0aad9d9992a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:29:32.218Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 223bfba6-c8d5-405f-b57c-0aad9d9992a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:29:32.220Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:29:32.220Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:29:32.220Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:29:32.221Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:30:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:30:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:30:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:30:02.221Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 223bfba6-c8d5-405f-b57c-0aad9d9992a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:30:02.237Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 223bfba6-c8d5-405f-b57c-0aad9d9992a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:30:02.263Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:30:02.263Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:30:02.263Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:30:02.263Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:30:11.532Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:30:32.263Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 223bfba6-c8d5-405f-b57c-0aad9d9992a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:30:32.296Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 223bfba6-c8d5-405f-b57c-0aad9d9992a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:30:32.305Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:30:32.306Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:30:32.306Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:30:32.306Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:31:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:31:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:31:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:31:02.306Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-08-08T08:31:02.306Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 223bfba6-c8d5-405f-b57c-0aad9d9992a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-08T08:31:02.417Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 223bfba6-c8d5-405f-b57c-0aad9d9992a0 and serviceModelVersionId: 2dc9555e-d597-4bad-b3d5-3d597e0f53a7
2022-08-08T08:31:02.417Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 89e41c77-c475-49d2-9275-b5fcbad3ba18
2022-08-08T08:31:02.418Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/89e41c77-c475-49d2-9275-b5fcbad3ba18/model-vers/model-ver/2dc9555e-d597-4bad-b3d5-3d597e0f53a7?depth=0
2022-08-08T08:31:02.423Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-08-08T08:31:02.461Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89e41c77-c475-49d2-9275-b5fcbad3ba18/model-vers/model-ver/2dc9555e-d597-4bad-b3d5-3d597e0f53a7?depth=0|INFO|500||Invoke
2022-08-08T08:31:02.461Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89e41c77-c475-49d2-9275-b5fcbad3ba18/model-vers/model-ver/2dc9555e-d597-4bad-b3d5-3d597e0f53a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89e41c77-c475-49d2-9275-b5fcbad3ba18/model-vers/model-ver/2dc9555e-d597-4bad-b3d5-3d597e0f53a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[223bfba6-c8d5-405f-b57c-0aad9d9992a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[18cb750e-f2b2-4ac5-94c8-0ce4a6acdedd], X-ECOMP-RequestID=[223bfba6-c8d5-405f-b57c-0aad9d9992a0], X-TransactionId=[], X-ONAP-RequestID=[223bfba6-c8d5-405f-b57c-0aad9d9992a0], Content-Type=[application/merge-patch+json]}
2022-08-08T08:31:02.483Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89e41c77-c475-49d2-9275-b5fcbad3ba18/model-vers/model-ver/2dc9555e-d597-4bad-b3d5-3d597e0f53a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-08-08T08:31:03.177Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89e41c77-c475-49d2-9275-b5fcbad3ba18/model-vers/model-ver/2dc9555e-d597-4bad-b3d5-3d597e0f53a7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89e41c77-c475-49d2-9275-b5fcbad3ba18/model-vers/model-ver/2dc9555e-d597-4bad-b3d5-3d597e0f53a7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220808-08:31:02:534-1351], vertex-id=[540752], Content-Length=[0], Date=[Mon, 08 Aug 2022 08:31:02 GMT], Content-Type=[application/json]}
2022-08-08T08:31:03.178Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89e41c77-c475-49d2-9275-b5fcbad3ba18/model-vers/model-ver/2dc9555e-d597-4bad-b3d5-3d597e0f53a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-08T08:31:03.179Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89e41c77-c475-49d2-9275-b5fcbad3ba18/model-vers/model-ver/2dc9555e-d597-4bad-b3d5-3d597e0f53a7?depth=0|INFO|500||InvokeReturn
2022-08-08T08:31:03.180Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-08T08:31:03.180Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:31:03.203Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-08T08:31:03.204Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 223bfba6-c8d5-405f-b57c-0aad9d9992a0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-08-08T08:31:03.204Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-08T08:31:03.204Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:31:03.206Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:31:03.206Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947463204,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T08:31:03.306Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:31:03.307Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:31:03.307Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:31:03.323Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:31:03.323Z||pool-158-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:31:03.943Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:31:03.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:31:03.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "223bfba6-c8d5-405f-b57c-0aad9d9992a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947463204,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T08:31:03.945Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T08:31:04.241Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-08T08:31:04.241Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d8193f29-1080-4f33-9ccf-0a2340039e22","serviceName":"Demo_pNF_eTVQHLJXkuzeHTQQZ895","serviceVersion":"1.0","serviceUUID":"e3a94e34-9912-490b-8ca6-5781094023df","serviceDescription":"catalog service description","serviceInvariantUUID":"16324536-351a-4eda-9493-600f453236cc","resources":[{"resourceInstanceName":"pNF f420ebdd-0e66 0","resourceName":"pNF f420ebdd-0e66","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9cc31b55-d4f3-4a65-b5e2-dfa929c4d036","resourceInvariantUUID":"46bf476a-9f0c-4f90-a3c1-c3330a998b0c","resourceCustomizationUUID":"db664e8c-0ffb-4b3d-a285-b7342b8cc8db","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/vf-license-model.xml","artifactChecksum":"MzQ4NDUzZWFhOGQ2ZDQyNGUyNmZlNjRlNGJiZmJmZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"866fc342-f3f4-4637-8b8a-df14e9295978","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/pNF.csar","artifactChecksum":"NDhhZTAzMGU3MDIzYTlhOWM4NzliNzkwYTdiZjVmZWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95446ca9-2b4f-40c5-87de-733153e92412","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"91454f2d-8d74-4b9f-b050-74259b614dee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/vendor-license-model.xml","artifactChecksum":"ZTI2NDJlYWU2MzQ1NjY3MTgwMmQ1YjUxN2UyOGQ1MjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0d7fb078-bd0c-45fb-a44f-5953cac8b6f5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"101c6d07-4c4a-41a9-ad54-795c05c1d103","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9de19c79-0f08-42cf-985f-a262b0de8f86","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEtvqhljxkuzehtqqz895-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-template.yml","artifactChecksum":"Y2YxNzU0NzI2Y2UzYjMzYTdkZGZlNDIzNTIzYWM3OWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc70aed1-c169-4341-8fce-a75258928deb","artifactVersion":"1"},{"artifactName":"service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar","artifactChecksum":"NjIxMzE2ODQxNTgwYWIyYjkzNDg5NDQ0NWFjOTU4MTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a08f83ce-36aa-4620-9afa-30f06c04df66","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-08T08:31:04.242Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:31:04.242Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:31:04.244Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:31:04.244Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:31:04.344Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:31:04.345Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:31:04.345Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:31:04.361Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:31:04.362Z||pool-159-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-08T08:31:05.244Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:31:05.245Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:31:05.247Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:31:05.247Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:31:05.347Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:31:05.348Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:31:05.348Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:31:05.361Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:31:05.361Z||pool-160-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:31:06.248Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:31:06.248Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:31:06.250Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:31:06.250Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:31:06.351Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-08T08:31:06.351Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:31:06.351Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:31:06.364Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:31:06.365Z||pool-161-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:31:07.251Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:31:07.252Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:31:07.254Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:31:07.254Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:31:07.361Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T08:31:07.362Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:31:07.362Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:31:07.375Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:31:07.375Z||pool-162-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:31:08.262Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:31:08.263Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:31:08.265Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:31:08.265Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:31:08.366Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:31:08.367Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:31:08.367Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:31:08.380Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:31:08.380Z||pool-163-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:31:09.265Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:31:09.266Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:31:09.268Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:31:09.268Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:31:09.368Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:31:09.369Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:31:09.369Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:31:09.383Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:31:09.384Z||pool-164-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:31:10.268Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:31:10.269Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:31:10.270Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:31:10.271Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:31:10.371Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:31:10.371Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:31:10.372Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:31:10.383Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:31:10.383Z||pool-165-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:31:11.271Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:31:11.272Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:31:11.273Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:31:11.274Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:31:11.374Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:31:11.374Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:31:11.375Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:31:11.388Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:31:11.388Z||pool-166-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:31:12.274Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "serviceName": "Demo_pNF_eTVQHLJXkuzeHTQQZ895",
  "serviceVersion": "1.0",
  "serviceUUID": "e3a94e34-9912-490b-8ca6-5781094023df",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "16324536-351a-4eda-9493-600f453236cc",
  "resources": [
    {
      "resourceInstanceName": "pNF f420ebdd-0e66 0",
      "resourceCustomizationUUID": "db664e8c-0ffb-4b3d-a285-b7342b8cc8db",
      "resourceName": "pNF f420ebdd-0e66",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9cc31b55-d4f3-4a65-b5e2-dfa929c4d036",
      "resourceInvariantUUID": "46bf476a-9f0c-4f90-a3c1-c3330a998b0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar",
      "artifactChecksum": "NjIxMzE2ODQxNTgwYWIyYjkzNDg5NDQ0NWFjOTU4MTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a08f83ce-36aa-4620-9afa-30f06c04df66"
    }
  ],
  "workloadContext": "Production"
}
2022-08-08T08:31:12.275Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-08T08:31:12.275Z|223bfba6-c8d5-405f-b57c-0aad9d9992a0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e3a94e34-9912-490b-8ca6-5781094023df ASDC
2022-08-08T08:31:12.275Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d8193f29-1080-4f33-9ccf-0a2340039e22
ServiceName:Demo_pNF_eTVQHLJXkuzeHTQQZ895
ServiceVersion:1.0
ServiceUUID:e3a94e34-9912-490b-8ca6-5781094023df
ServiceInvariantUUID:16324536-351a-4eda-9493-600f453236cc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar
ArtifactUUID:a08f83ce-36aa-4620-9afa-30f06c04df66
ArtifactChecksum:NjIxMzE2ODQxNTgwYWIyYjkzNDg5NDQ0NWFjOTU4MTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f420ebdd-0e66 0
ResourceCustomizationUUID:db664e8c-0ffb-4b3d-a285-b7342b8cc8db
ResourceInvariantUUID:46bf476a-9f0c-4f90-a3c1-c3330a998b0c
ResourceName:pNF f420ebdd-0e66
ResourceType:PNF
ResourceUUID:9cc31b55-d4f3-4a65-b5e2-dfa929c4d036
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-08T08:31:12.276Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3a94e34-9912-490b-8ca6-5781094023df ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T08:31:12.341Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T08:31:12.342Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T08:31:12.342Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T08:31:12.342Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a08f83ce-36aa-4620-9afa-30f06c04df66 from URL: /sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar
2022-08-08T08:31:12.342Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T08:31:12.343Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar
2022-08-08T08:31:13.094Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T08:31:13.097Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar a08f83ce-36aa-4620-9afa-30f06c04df66 86701
2022-08-08T08:31:13.097Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar ASDC sendASDCNotification
2022-08-08T08:31:13.097Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar
2022-08-08T08:31:13.098Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T08:31:13.098Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:31:13.099Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:31:13.100Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947473097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:31:13.200Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:31:13.200Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:31:13.200Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:31:13.216Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:31:13.216Z||pool-167-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:31:14.101Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T08:31:14.102Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T08:31:14.103Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a08f83ce-36aa-4620-9afa-30f06c04df66, URL: /sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar to file: /app/ASDC/1/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar
2022-08-08T08:31:14.103Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar
2022-08-08T08:31:14.104Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar
2022-08-08T08:31:14.104Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar
2022-08-08T08:31:14.212Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3171154313259991127/Definitions/service-DemoPnfEtvqhljxkuzehtqqz895-template.yml
2022-08-08T08:31:14.924Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-08T08:31:14.924Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T08:31:14.924Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar
2022-08-08T08:31:14.925Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-08T08:31:14.925Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f420ebdd-0e66 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-DemoPnfEtvqhljxkuzehtqqz895-csar.csar
2022-08-08T08:31:14.925Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||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-DemoPnfEtvqhljxkuzehtqqz895-csar.csar
2022-08-08T08:31:14.925Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar
2022-08-08T08:31:14.925Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||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-DemoPnfEtvqhljxkuzehtqqz895-csar.csar
2022-08-08T08:31:14.926Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||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-DemoPnfEtvqhljxkuzehtqqz895-csar.csar
2022-08-08T08:31:14.926Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||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-DemoPnfEtvqhljxkuzehtqqz895-csar.csar
2022-08-08T08:31:14.926Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar
2022-08-08T08:31:14.926Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T08:31:14.926Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:31:14.927Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_eTVQHLJXkuzeHTQQZ895 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:31:14.927Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Node template pNF f420ebdd-0e66 0 is matching search criteria
2022-08-08T08:31:14.927Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T08:31:14.927Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f420ebdd-0e66 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T08:31:14.928Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:31:14.928Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_eTVQHLJXkuzeHTQQZ895 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:31:14.928Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Node template pNF f420ebdd-0e66 0 is matching search criteria
2022-08-08T08:31:14.928Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T08:31:14.928Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f420ebdd-0e66 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T08:31:14.929Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:31:14.929Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_eTVQHLJXkuzeHTQQZ895 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:31:14.929Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:31:14.929Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_eTVQHLJXkuzeHTQQZ895 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:31:14.930Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:31:14.930Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_eTVQHLJXkuzeHTQQZ895 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:31:14.930Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:31:14.930Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_eTVQHLJXkuzeHTQQZ895 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:31:14.930Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:31:14.931Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_eTVQHLJXkuzeHTQQZ895 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:31:14.931Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_eTVQHLJXkuzeHTQQZ895
Description:catalog service description
Model UUID:e3a94e34-9912-490b-8ca6-5781094023df
Model Version:NULL
Model InvariantUuid:16324536-351a-4eda-9493-600f453236cc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-08T08:31:14.987Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9cc31b55-d4f3-4a65-b5e2-dfa929c4d036
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:31:14.997Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||pNF f420ebdd-0e66 0
2022-08-08T08:31:14.997Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9cc31b55-d4f3-4a65-b5e2-dfa929c4d036
2022-08-08T08:31:14.997Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||No resources found for Service: e3a94e34-9912-490b-8ca6-5781094023df
2022-08-08T08:31:14.997Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: e3a94e34-9912-490b-8ca6-5781094023df
2022-08-08T08:31:14.998Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f420ebdd-0e66 0 9cc31b55-d4f3-4a65-b5e2-dfa929c4d036 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:31:15.021Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7fdefe72, org.onap.sdc.toscaparser.api.parameters.Input@750b7742, org.onap.sdc.toscaparser.api.parameters.Input@70e25895, org.onap.sdc.toscaparser.api.parameters.Input@3699ca0a, org.onap.sdc.toscaparser.api.parameters.Input@3e3c8fc5]
2022-08-08T08:31:15.021Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:31:15.021Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_eTVQHLJXkuzeHTQQZ895 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:31:15.022Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid e3a94e34-9912-490b-8ca6-5781094023df: pNF f420ebdd-0e66
2022-08-08T08:31:15.022Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||Processing PNF resource: 9cc31b55-d4f3-4a65-b5e2-dfa929c4d036
2022-08-08T08:31:15.022Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:31:15.022Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_eTVQHLJXkuzeHTQQZ895 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:31:15.022Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||Resource customization UUID: db664e8c-0ffb-4b3d-a285-b7342b8cc8db is the same as notified resource customizationUUID: db664e8c-0ffb-4b3d-a285-b7342b8cc8db
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-08-08T08:31:15.080Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f420ebdd-0e66 9cc31b55-d4f3-4a65-b5e2-dfa929c4d036 0 ASDC deployResourceStructure
2022-08-08T08:31:15.080Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar ASDC sendASDCNotification
2022-08-08T08:31:15.080Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar
2022-08-08T08:31:15.080Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T08:31:15.080Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:31:15.083Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:31:15.084Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947475080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:31:15.183Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T08:31:15.184Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:31:15.184Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:31:15.202Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:31:15.202Z||pool-168-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-08T08:31:16.084Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8193f29-1080-4f33-9ccf-0a2340039e22
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:31:16.104Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8193f29-1080-4f33-9ccf-0a2340039e22
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:31:16.106Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:31:16.106Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:31:16.106Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:31:16.107Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:31:46.107Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8193f29-1080-4f33-9ccf-0a2340039e22
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:31:46.158Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8193f29-1080-4f33-9ccf-0a2340039e22
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:31:46.160Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:31:46.160Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:31:46.160Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:31:46.160Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:32:01.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:32:01.973Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:32:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:32:02.617Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:32:02.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/resourceInstances/pnff420ebdd0e660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:32:02.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947473097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:32:02.622Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:32:02.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947475080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEtvqhljxkuzehtqqz895/1.0/artifacts/service-DemoPnfEtvqhljxkuzehtqqz895-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:32:02.622Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:32:02.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659947475342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659947475342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/vfw074c9148c80b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659947475342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659947475342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "cds",
  "timestamp": 1659947486866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659947475342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "cds",
  "timestamp": 1659947486866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/vfw074c9148c80b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659947475342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/artifacts/service-Vfw20220808082928-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "cds",
  "timestamp": 1659947486866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659947475342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/artifacts/service-Vfw20220808082928-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "cds",
  "timestamp": 1659947486866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659947490546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "aai-ml",
  "timestamp": 1659947490763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "cds",
  "timestamp": 1659947486866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659947490546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/vfw074c9148c80b0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T08:32:02.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "aai-ml",
  "timestamp": 1659947490763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/vfw074c9148c80b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "cds",
  "timestamp": 1659947486866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/artifacts/service-Vfw20220808082928-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659947490546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:32:02.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "aai-ml",
  "timestamp": 1659947490763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "cds",
  "timestamp": 1659947486866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/artifacts/service-Vfw20220808082928-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:32:02.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659947490546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "policy-id",
  "timestamp": 1659947493294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "aai-ml",
  "timestamp": 1659947490763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "cds",
  "timestamp": 1659947494694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/artifacts/service-Vfw20220808082928-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:32:02.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:32:02.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "policy-id",
  "timestamp": 1659947493294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/vfw074c9148c80b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659947490546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-08T08:32:02.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "aai-ml",
  "timestamp": 1659947490763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "cds",
  "timestamp": 1659947495700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/artifacts/service-Vfw20220808082928-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:32:02.705Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9d9a782e-4ec3-4a51-abe6-9b07e05abdff
2022-08-08T08:32:02.705Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d9a782e-4ec3-4a51-abe6-9b07e05abdff and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:32:02.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "policy-id",
  "timestamp": 1659947493294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:32:02.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659947490546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/artifacts/service-Vfw20220808082928-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "aai-ml",
  "timestamp": 1659947490763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/artifacts/service-Vfw20220808082928-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659947490546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/artifacts/service-Vfw20220808082928-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:32:02.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "policy-id",
  "timestamp": 1659947493294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "aai-ml",
  "timestamp": 1659947490763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/artifacts/service-Vfw20220808082928-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:32:02.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "policy-id",
  "timestamp": 1659947493294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659947498393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/vfw074c9148c80b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:32:02.755Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:32:02.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "aai-ml",
  "timestamp": 1659947498672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/artifacts/service-Vfw20220808082928-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:32:02.756Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:32:02.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "policy-id",
  "timestamp": 1659947493294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/artifacts/service-Vfw20220808082928-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:32:02.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659947499652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:32:02.757Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:32:02.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "policy-id",
  "timestamp": 1659947493294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/artifacts/service-Vfw20220808082928-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:32:02.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:32:02.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659947500873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:32:02.757Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:32:02.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "policy-id",
  "timestamp": 1659947501158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/artifacts/service-Vfw20220808082928-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:32:02.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:32:02.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659947501905,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:32:02.802Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d9a782e-4ec3-4a51-abe6-9b07e05abdff
2022-08-08T08:32:02.802Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d9a782e-4ec3-4a51-abe6-9b07e05abdff and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:32:02.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "policy-id",
  "timestamp": 1659947502163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/artifacts/service-Vfw20220808082928-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:32:02.860Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:32:02.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659947502907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/resourceInstances/vfw074c9148c80b0/artifacts/vfw074c9148c80b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T08:32:02.860Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:32:02.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "policy-id",
  "timestamp": 1659947503165,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:32:02.880Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d9a782e-4ec3-4a51-abe6-9b07e05abdff
2022-08-08T08:32:02.880Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d9a782e-4ec3-4a51-abe6-9b07e05abdff and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-08T08:32:02.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "aai-ml",
  "timestamp": 1659947514234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220808082928/1.0/artifacts/service-Vfw20220808082928-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:32:02.900Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:32:02.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:32:02.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d9a782e-4ec3-4a51-abe6-9b07e05abdff",
  "consumerID": "aai-ml",
  "timestamp": 1659947515238,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:32:02.915Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9d9a782e-4ec3-4a51-abe6-9b07e05abdff
2022-08-08T08:32:02.915Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d9a782e-4ec3-4a51-abe6-9b07e05abdff and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:32:16.160Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8193f29-1080-4f33-9ccf-0a2340039e22
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:32:16.184Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8193f29-1080-4f33-9ccf-0a2340039e22
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:32:16.186Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:32:16.186Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:32:16.186Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:32:16.186Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:32:46.186Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8193f29-1080-4f33-9ccf-0a2340039e22
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:32:46.217Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8193f29-1080-4f33-9ccf-0a2340039e22
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:32:46.237Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:32:46.237Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:32:46.237Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:32:46.237Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:33:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:33:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:33:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:33:11.525Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:33:16.237Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8193f29-1080-4f33-9ccf-0a2340039e22
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:33:16.250Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8193f29-1080-4f33-9ccf-0a2340039e22
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:33:16.252Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:33:16.252Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:33:16.252Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:33:16.252Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:33:46.252Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8193f29-1080-4f33-9ccf-0a2340039e22
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:33:46.269Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8193f29-1080-4f33-9ccf-0a2340039e22
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:33:46.275Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:33:46.275Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:33:46.275Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:33:46.275Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:34:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:34:01.973Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:34:01.973Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:34:03.652Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:34:03.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:34:03.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659947635342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:34:03.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:34:16.276Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8193f29-1080-4f33-9ccf-0a2340039e22
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:34:16.313Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8193f29-1080-4f33-9ccf-0a2340039e22
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:34:16.325Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:34:16.325Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:34:16.326Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:34:16.326Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:34:46.326Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8193f29-1080-4f33-9ccf-0a2340039e22
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:34:46.358Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8193f29-1080-4f33-9ccf-0a2340039e22
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:34:46.361Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:34:46.361Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:34:46.361Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:34:46.361Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:35:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:35:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:35:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:35:01.999Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:35:02.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:35:02.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "aai-ml",
  "timestamp": 1659947640763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:35:02.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:35:02.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:35:02.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "policy-id",
  "timestamp": 1659947633294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:35:02.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:35:16.361Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8193f29-1080-4f33-9ccf-0a2340039e22
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:35:16.381Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8193f29-1080-4f33-9ccf-0a2340039e22
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:35:16.384Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:35:16.384Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:35:16.384Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:35:16.384Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:35:46.385Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8193f29-1080-4f33-9ccf-0a2340039e22
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:35:46.396Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8193f29-1080-4f33-9ccf-0a2340039e22
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:35:46.398Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:35:46.398Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:35:46.398Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:35:46.398Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:36:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:36:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:36:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:36:02.000Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:02.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:36:02.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "cds",
  "timestamp": 1659947636866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:36:02.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:36:16.399Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-08-08T08:36:16.399Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d8193f29-1080-4f33-9ccf-0a2340039e22 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-08T08:36:16.411Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d8193f29-1080-4f33-9ccf-0a2340039e22 and serviceModelVersionId: e3a94e34-9912-490b-8ca6-5781094023df
2022-08-08T08:36:16.412Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 16324536-351a-4eda-9493-600f453236cc
2022-08-08T08:36:16.413Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/16324536-351a-4eda-9493-600f453236cc/model-vers/model-ver/e3a94e34-9912-490b-8ca6-5781094023df?depth=0
2022-08-08T08:36:16.423Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-08-08T08:36:16.481Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16324536-351a-4eda-9493-600f453236cc/model-vers/model-ver/e3a94e34-9912-490b-8ca6-5781094023df?depth=0|INFO|500||Invoke
2022-08-08T08:36:16.482Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16324536-351a-4eda-9493-600f453236cc/model-vers/model-ver/e3a94e34-9912-490b-8ca6-5781094023df?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16324536-351a-4eda-9493-600f453236cc/model-vers/model-ver/e3a94e34-9912-490b-8ca6-5781094023df?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d8193f29-1080-4f33-9ccf-0a2340039e22], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[93504605-2e97-46f2-bc95-8fce77121e67], X-ECOMP-RequestID=[d8193f29-1080-4f33-9ccf-0a2340039e22], X-TransactionId=[], X-ONAP-RequestID=[d8193f29-1080-4f33-9ccf-0a2340039e22], Content-Type=[application/merge-patch+json]}
2022-08-08T08:36:16.510Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16324536-351a-4eda-9493-600f453236cc/model-vers/model-ver/e3a94e34-9912-490b-8ca6-5781094023df?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-08-08T08:36:16.681Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16324536-351a-4eda-9493-600f453236cc/model-vers/model-ver/e3a94e34-9912-490b-8ca6-5781094023df?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16324536-351a-4eda-9493-600f453236cc/model-vers/model-ver/e3a94e34-9912-490b-8ca6-5781094023df?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220808-08:36:16:558-90717], vertex-id=[213128], Content-Length=[0], Date=[Mon, 08 Aug 2022 08:36:16 GMT], Content-Type=[application/json]}
2022-08-08T08:36:16.681Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16324536-351a-4eda-9493-600f453236cc/model-vers/model-ver/e3a94e34-9912-490b-8ca6-5781094023df?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-08T08:36:16.682Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16324536-351a-4eda-9493-600f453236cc/model-vers/model-ver/e3a94e34-9912-490b-8ca6-5781094023df?depth=0|INFO|500||InvokeReturn
2022-08-08T08:36:16.682Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-08T08:36:16.683Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:36:16.734Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-08T08:36:16.734Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d8193f29-1080-4f33-9ccf-0a2340039e22 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-08-08T08:36:16.734Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-08T08:36:16.735Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:16.738Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:16.738Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947776734,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T08:36:16.838Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T08:36:16.839Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:16.839Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:16.852Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:16.853Z||pool-169-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T08:36:17.825Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-08T08:36:17.826Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6f7fea12-a0b1-456c-a326-89c4dd7fa62a","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"74136331-4466-4546-82f2-6f13f1271859","serviceDescription":"service","serviceInvariantUUID":"9e2acd86-a7db-496b-941b-d0c2cbd789bc","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1a19e75a-c699-4a3a-bbd5-397d936e95d2","resourceInvariantUUID":"300a867d-23bb-4f0b-8d9a-12dc7fd637b9","resourceCustomizationUUID":"6f00fcf4-d7ec-458a-9cfe-214a2a2bed07","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NWUzZTA2NmEyNjg2YWU5NGEzZDVmNGI0YjE1MzYzYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae856329-eab9-4044-8a9d-d557ce2b7482","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"ODc3ODRjNDJjMjgyMDFiMDY3ZjVmZThlNWI0Njg2ZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fa9ed7ab-b676-4911-a6d7-ca2898bc7a4a","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b87371ae-1eda-4c60-9ce0-80fd729fb592","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5b4c1e6e-ce02-47e6-a19a-9a164ac4ac93","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53338e95-0d46-40f1-b3e2-3ba079c6a4d3","artifactVersion":"2","generatedFromUUID":"3ef8dae1-5493-4e5c-8b26-b6b735049179"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c663eef-8d4c-4b77-819b-6e7ad96e69e1","artifactVersion":"2","generatedFromUUID":"b87371ae-1eda-4c60-9ce0-80fd729fb592"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3ef8dae1-5493-4e5c-8b26-b6b735049179","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0919ac9e-ef7e-4df9-a336-26d6cb15bf00","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"N2E0NjY5MWY0OTJjNDYzY2FlMjFjYjZhZDQ5MGEyZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"180ae5dc-d35d-48aa-8a73-7f813e93422f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NDBjNTcyOGUxOGIxMzk4ZGNmZGZjYjQ0N2VkOTcxYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6fa294f0-a4cd-4467-9793-8353a3f143b1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-08T08:36:17.826Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:36:17.827Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:17.828Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:17.829Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:36:17.929Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:36:17.930Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:17.930Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:17.945Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:17.945Z||pool-170-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:36:18.829Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:36:18.830Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:18.832Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:18.832Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T08:36:18.932Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T08:36:18.933Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:18.933Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:18.946Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:18.946Z||pool-171-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-08-08T08:36:19.833Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:36:19.834Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:19.836Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:19.836Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:36:19.936Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T08:36:19.937Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:19.937Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:19.950Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:19.950Z||pool-172-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:36:20.837Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:36:20.838Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:20.840Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:20.840Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:36:20.941Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:36:20.942Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:20.942Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:20.969Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:20.969Z||pool-173-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-08-08T08:36:21.841Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:36:21.842Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:21.873Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:21.873Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-08T08:36:21.944Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 71 ms
2022-08-08T08:36:21.945Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:21.945Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:21.956Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:21.957Z||pool-174-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:36:22.874Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:36:22.874Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:22.876Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:22.876Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-08T08:36:22.976Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:36:22.977Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:22.977Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:23.008Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:23.008Z||pool-175-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:36:23.876Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:36:23.877Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:23.879Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:23.879Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-08T08:36:23.979Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:36:23.980Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:23.980Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:23.992Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:23.992Z||pool-176-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:36:24.880Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:36:24.880Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:24.882Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:24.882Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:36:24.982Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T08:36:24.983Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:24.984Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:25.007Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:25.007Z||pool-177-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:36:25.883Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:36:25.884Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:25.885Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:25.886Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:36:25.986Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:36:25.987Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:25.987Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:26.001Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:26.001Z||pool-178-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:36:26.886Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-08T08:36:26.886Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:26.888Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:26.889Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:36:26.989Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:36:26.989Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:26.990Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:27.002Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:27.002Z||pool-179-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:36:27.889Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "74136331-4466-4546-82f2-6f13f1271859",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e2acd86-a7db-496b-941b-d0c2cbd789bc",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "6f00fcf4-d7ec-458a-9cfe-214a2a2bed07",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1a19e75a-c699-4a3a-bbd5-397d936e95d2",
      "resourceInvariantUUID": "300a867d-23bb-4f0b-8d9a-12dc7fd637b9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "ODc3ODRjNDJjMjgyMDFiMDY3ZjVmZThlNWI0Njg2ZjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fa9ed7ab-b676-4911-a6d7-ca2898bc7a4a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b87371ae-1eda-4c60-9ce0-80fd729fb592",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5c663eef-8d4c-4b77-819b-6e7ad96e69e1",
            "generatedFromUUID": "b87371ae-1eda-4c60-9ce0-80fd729fb592"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53338e95-0d46-40f1-b3e2-3ba079c6a4d3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c663eef-8d4c-4b77-819b-6e7ad96e69e1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3ef8dae1-5493-4e5c-8b26-b6b735049179",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NDBjNTcyOGUxOGIxMzk4ZGNmZGZjYjQ0N2VkOTcxYWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6fa294f0-a4cd-4467-9793-8353a3f143b1"
    }
  ],
  "workloadContext": "Production"
}
2022-08-08T08:36:27.890Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-08T08:36:27.890Z|d8193f29-1080-4f33-9ccf-0a2340039e22|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 74136331-4466-4546-82f2-6f13f1271859 ASDC
2022-08-08T08:36:27.891Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:6f7fea12-a0b1-456c-a326-89c4dd7fa62a
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:74136331-4466-4546-82f2-6f13f1271859
ServiceInvariantUUID:9e2acd86-a7db-496b-941b-d0c2cbd789bc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:6fa294f0-a4cd-4467-9793-8353a3f143b1
ArtifactChecksum:NDBjNTcyOGUxOGIxMzk4ZGNmZGZjYjQ0N2VkOTcxYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:6f00fcf4-d7ec-458a-9cfe-214a2a2bed07
ResourceInvariantUUID:300a867d-23bb-4f0b-8d9a-12dc7fd637b9
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:1a19e75a-c699-4a3a-bbd5-397d936e95d2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:fa9ed7ab-b676-4911-a6d7-ca2898bc7a4a
ArtifactChecksum:ODc3ODRjNDJjMjgyMDFiMDY3ZjVmZThlNWI0Njg2ZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:b87371ae-1eda-4c60-9ce0-80fd729fb592
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:5c663eef-8d4c-4b77-819b-6e7ad96e69e1
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:53338e95-0d46-40f1-b3e2-3ba079c6a4d3
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:5c663eef-8d4c-4b77-819b-6e7ad96e69e1
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:3ef8dae1-5493-4e5c-8b26-b6b735049179
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-08T08:36:27.891Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74136331-4466-4546-82f2-6f13f1271859 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-08T08:36:27.958Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T08:36:27.959Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T08:36:27.959Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T08:36:27.959Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6fa294f0-a4cd-4467-9793-8353a3f143b1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-08T08:36:27.960Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T08:36:27.960Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-08T08:36:28.157Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T08:36:28.165Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6fa294f0-a4cd-4467-9793-8353a3f143b1 162250
2022-08-08T08:36:28.165Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-08-08T08:36:28.165Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-08T08:36:28.166Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T08:36:28.166Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:28.168Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:28.168Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947788165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:36:28.268Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:36:28.269Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:28.269Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:28.287Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:28.288Z||pool-180-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:36:29.169Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-08T08:36:29.169Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-08T08:36:29.170Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 6fa294f0-a4cd-4467-9793-8353a3f143b1, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-08T08:36:29.170Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-08-08T08:36:29.171Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-08T08:36:29.171Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-08T08:36:29.423Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10191546715554612781/Definitions/service-BasicCnfMacro-template.yml
2022-08-08T08:36:30.603Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-08T08:36:30.604Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T08:36:30.604Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-08T08:36:30.604Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-08T08:36:30.604Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-08T08:36:30.604Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-08T08:36:30.605Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-08T08:36:30.605Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-08T08:36:30.605Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-08T08:36:30.605Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:30.605Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:36:30.606Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-08T08:36:30.606Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T08:36:30.606Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T08:36:30.606Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:30.607Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:36:30.607Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-08T08:36:30.607Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-08T08:36:30.607Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-08T08:36:30.607Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:30.608Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:36:30.608Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:30.608Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-08T08:36:30.608Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-08-08T08:36:30.608Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-08-08T08:36:30.609Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-08T08:36:30.609Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:30.609Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-08T08:36:30.609Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:30.609Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-08T08:36:30.610Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:36:30.610Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:30.610Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-08T08:36:30.610Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:36:30.611Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:30.611Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-08T08:36:30.611Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:36:30.611Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:30.611Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-08T08:36:30.612Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:36:30.612Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:30.612Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-08T08:36:30.612Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-08-08T08:36:30.612Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=66284962-7ee6-4f43-a5fa-70ba9a28d2b5
2022-08-08T08:36:30.612Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:30.613Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:36:30.613Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:30.613Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:36:30.613Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:30.613Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:36:30.614Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:30.614Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:36:30.614Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:74136331-4466-4546-82f2-6f13f1271859
Model Version:NULL
Model InvariantUuid:9e2acd86-a7db-496b-941b-d0c2cbd789bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:e9f39c40-bb1d-4b24-a3c4-a45ea9bbd660
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:300a867d-23bb-4f0b-8d9a-12dc7fd637b9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6f00fcf4-d7ec-458a-9cfe-214a2a2bed07
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:40d23c71-7afd-4d15-ab5f-57d972785738
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:4ec61ef3-d6cb-4760-a185-4f7b2cdac216
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:f467a188-146e-4d10-bf75-e4e99e8e5c23
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:45699370-ccd2-4096-8aaf-e36c5f80c84d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:66284962-7ee6-4f43-a5fa-70ba9a28d2b5
ModelInvariantUuid:2dd8dde3-d0bd-4885-91e2-ecfa436f7771
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:5c122d90-7ebd-45ad-924d-5b8c6b4c7d92
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:5e3fd1dc-5f08-4c73-a144-dd5827a261e1
ModelInvariantUuid:fe055c29-c5e8-4f2f-9add-a820f4a677d0
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:686d0fd0-ab5d-4a16-b7d0-961cd47f7d9e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-08T08:36:30.639Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 1a19e75a-c699-4a3a-bbd5-397d936e95d2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:36:30.642Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0
2022-08-08T08:36:30.642Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1a19e75a-c699-4a3a-bbd5-397d936e95d2
2022-08-08T08:36:30.642Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fa9ed7ab-b676-4911-a6d7-ca2898bc7a4a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-08T08:36:30.642Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T08:36:30.643Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-08T08:36:30.812Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T08:36:30.812Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json fa9ed7ab-b676-4911-a6d7-ca2898bc7a4a 1565
2022-08-08T08:36:30.812Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-08-08T08:36:30.813Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-08T08:36:30.813Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T08:36:30.813Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:30.815Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:30.815Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947790812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:36:30.915Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:36:30.916Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:30.916Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:30.931Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:30.932Z||pool-181-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:36:31.815Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "f467a188-146e-4d10-bf75-e4e99e8e5c23",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "45699370-ccd2-4096-8aaf-e36c5f80c84d",
    "vfModuleModelCustomizationUUID": "d300967c-d1bf-4f24-8604-c9c7d51890d5",
    "isBase": true,
    "artifacts": [
      "b87371ae-1eda-4c60-9ce0-80fd729fb592",
      "5c663eef-8d4c-4b77-819b-6e7ad96e69e1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "40d23c71-7afd-4d15-ab5f-57d972785738",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4ec61ef3-d6cb-4760-a185-4f7b2cdac216",
    "vfModuleModelCustomizationUUID": "1f6b4e4e-2e93-40bd-af2e-7b7caa6826d3",
    "isBase": false,
    "artifacts": [
      "3ef8dae1-5493-4e5c-8b26-b6b735049179"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-08T08:36:31.822Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:45699370-ccd2-4096-8aaf-e36c5f80c84d
VfModuleModelInvariantUUID:f467a188-146e-4d10-bf75-e4e99e8e5c23
VfModuleModelDescription:NULL
Artifacts UUID List:{
b87371ae-1eda-4c60-9ce0-80fd729fb592
,
5c663eef-8d4c-4b77-819b-6e7ad96e69e1

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:4ec61ef3-d6cb-4760-a185-4f7b2cdac216
VfModuleModelInvariantUUID:40d23c71-7afd-4d15-ab5f-57d972785738
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ef8dae1-5493-4e5c-8b26-b6b735049179

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

isBase:false


}

2022-08-08T08:36:31.824Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "f467a188-146e-4d10-bf75-e4e99e8e5c23",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "45699370-ccd2-4096-8aaf-e36c5f80c84d",
    "vfModuleModelCustomizationUUID": "d300967c-d1bf-4f24-8604-c9c7d51890d5",
    "isBase": true,
    "artifacts": [
      "b87371ae-1eda-4c60-9ce0-80fd729fb592",
      "5c663eef-8d4c-4b77-819b-6e7ad96e69e1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "40d23c71-7afd-4d15-ab5f-57d972785738",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4ec61ef3-d6cb-4760-a185-4f7b2cdac216",
    "vfModuleModelCustomizationUUID": "1f6b4e4e-2e93-40bd-af2e-7b7caa6826d3",
    "isBase": false,
    "artifacts": [
      "3ef8dae1-5493-4e5c-8b26-b6b735049179"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-08T08:36:31.824Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:45699370-ccd2-4096-8aaf-e36c5f80c84d
VfModuleModelInvariantUUID:f467a188-146e-4d10-bf75-e4e99e8e5c23
VfModuleModelDescription:NULL
Artifacts UUID List:{
b87371ae-1eda-4c60-9ce0-80fd729fb592
,
5c663eef-8d4c-4b77-819b-6e7ad96e69e1

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:4ec61ef3-d6cb-4760-a185-4f7b2cdac216
VfModuleModelInvariantUUID:40d23c71-7afd-4d15-ab5f-57d972785738
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ef8dae1-5493-4e5c-8b26-b6b735049179

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

isBase:false


}

2022-08-08T08:36:31.824Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b87371ae-1eda-4c60-9ce0-80fd729fb592 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-08T08:36:31.824Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T08:36:31.824Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-08T08:36:32.162Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T08:36:32.162Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml b87371ae-1eda-4c60-9ce0-80fd729fb592 914
2022-08-08T08:36:32.163Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-08-08T08:36:32.163Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-08T08:36:32.163Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T08:36:32.163Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:32.165Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:32.165Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947792163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:36:32.265Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:36:32.265Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:32.266Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:32.285Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:32.285Z||pool-182-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:36:33.165Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 53338e95-0d46-40f1-b3e2-3ba079c6a4d3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-08T08:36:33.166Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T08:36:33.166Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-08T08:36:33.386Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T08:36:33.387Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 53338e95-0d46-40f1-b3e2-3ba079c6a4d3 12
2022-08-08T08:36:33.387Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-08-08T08:36:33.387Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-08T08:36:33.387Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T08:36:33.387Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:33.389Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:33.389Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947793387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:36:33.489Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:36:33.490Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:33.490Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:33.504Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:33.504Z||pool-183-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-08T08:36:34.390Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5c663eef-8d4c-4b77-819b-6e7ad96e69e1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-08T08:36:34.390Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T08:36:34.390Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-08T08:36:34.560Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T08:36:34.560Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 5c663eef-8d4c-4b77-819b-6e7ad96e69e1 96
2022-08-08T08:36:34.560Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-08-08T08:36:34.561Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-08T08:36:34.561Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T08:36:34.561Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:34.563Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:34.563Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947794560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:36:34.663Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:36:34.664Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:34.665Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:34.678Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:34.678Z||pool-184-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-08T08:36:35.563Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3ef8dae1-5493-4e5c-8b26-b6b735049179 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-08T08:36:35.564Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-08T08:36:35.564Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-08T08:36:35.775Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-08T08:36:35.775Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 3ef8dae1-5493-4e5c-8b26-b6b735049179 20206
2022-08-08T08:36:35.776Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-08-08T08:36:35.776Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-08T08:36:35.776Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-08T08:36:35.776Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:35.778Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:35.778Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947795776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:36:35.878Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:36:35.879Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:35.879Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:35.891Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:35.892Z||pool-185-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:36:36.781Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 74136331-4466-4546-82f2-6f13f1271859
2022-08-08T08:36:36.782Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 1a19e75a-c699-4a3a-bbd5-397d936e95d2 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:36:36.835Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a8a093a, org.onap.sdc.toscaparser.api.parameters.Input@6c6759f8, org.onap.sdc.toscaparser.api.parameters.Input@bb068aa, org.onap.sdc.toscaparser.api.parameters.Input@6aa427f, org.onap.sdc.toscaparser.api.parameters.Input@4ca34849]
2022-08-08T08:36:36.837Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:36.838Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:36:36.838Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-08-08T08:36:36.838Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 6f00fcf4-d7ec-458a-9cfe-214a2a2bed07
2022-08-08T08:36:36.839Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6f00fcf4-d7ec-458a-9cfe-214a2a2bed07 matches Tosca VF Customization UUID: 6f00fcf4-d7ec-458a-9cfe-214a2a2bed07
2022-08-08T08:36:36.839Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 6f00fcf4-d7ec-458a-9cfe-214a2a2bed07  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-08T08:36:36.842Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:36.842Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:36:36.843Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 6f00fcf4-d7ec-458a-9cfe-214a2a2bed07: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-08-08T08:36:36.843Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46cdbff4
2022-08-08T08:36:36.843Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:36.843Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-08T08:36:36.844Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1f6b4e4e-2e93-40bd-af2e-7b7caa6826d3
2022-08-08T08:36:36.844Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1f6b4e4e-2e93-40bd-af2e-7b7caa6826d3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-08T08:36:36.846Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:36.847Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-08T08:36:36.847Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:36:36.847Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:36.848Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-08T08:36:36.848Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-08T08:36:36.849Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:36.849Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-08T08:36:36.850Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=6f00fcf4-d7ec-458a-9cfe-214a2a2bed07
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-08T08:36:36.876Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:36.876Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:36:36.877Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 74136331-4466-4546-82f2-6f13f1271859: basic_cnf_macro
2022-08-08T08:36:36.877Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:36.877Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:36:36.878Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:36.878Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:36:36.879Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:36.879Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:36:36.879Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:36.880Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:36:36.880Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-08T08:36:36.880Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-08T08:36:36.880Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:36:37.040Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 1a19e75a-c699-4a3a-bbd5-397d936e95d2 2 ASDC deployResourceStructure
2022-08-08T08:36:37.040Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-08-08T08:36:37.040Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-08T08:36:37.040Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T08:36:37.041Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:37.043Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:37.043Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947797040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T08:36:37.143Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:36:37.144Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:37.144Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:37.155Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:37.155Z||pool-186-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:36:38.044Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-08-08T08:36:38.044Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-08T08:36:38.044Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T08:36:38.044Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:38.046Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:38.046Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947798043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-08T08:36:38.146Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:36:38.147Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:38.148Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:38.160Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:38.160Z||pool-187-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-08-08T08:36:39.047Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-08-08T08:36:39.047Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-08-08T08:36:39.047Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-08T08:36:39.048Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:39.049Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:39.049Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947799047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-08T08:36:39.150Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:36:39.151Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:39.151Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:39.165Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:39.165Z||pool-188-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:36:40.050Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-08-08T08:36:40.051Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-08T08:36:40.051Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T08:36:40.051Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:40.053Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:40.053Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947800050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-08T08:36:40.153Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:36:40.154Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:40.154Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:40.177Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:40.177Z||pool-189-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:36:41.053Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-08-08T08:36:41.054Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-08-08T08:36:41.054Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-08T08:36:41.054Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:41.056Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:41.056Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947801053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-08T08:36:41.156Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-08T08:36:41.157Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:41.157Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:41.169Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:41.169Z||pool-190-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:36:42.056Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-08-08T08:36:42.057Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-08T08:36:42.057Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-08T08:36:42.057Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-08T08:36:42.059Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-08T08:36:42.059Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947802056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:36:42.159Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-08T08:36:42.160Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-08T08:36:42.160Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vkGyok14KwHm0i1V) ...
2022-08-08T08:36:42.175Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:36:42.175Z||pool-191-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-08T08:36:43.060Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f7fea12-a0b1-456c-a326-89c4dd7fa62a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:36:43.087Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f7fea12-a0b1-456c-a326-89c4dd7fa62a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:36:43.098Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:36:43.099Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:36:43.099Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:36:43.099Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:37:01.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:37:01.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:37:01.972Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:37:01.999Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:37:02.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659947635342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "policy-id",
  "timestamp": 1659947633294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "aai-ml",
  "timestamp": 1659947640763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "cds",
  "timestamp": 1659947636866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659947635342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "policy-id",
  "timestamp": 1659947633294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.003Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "aai-ml",
  "timestamp": 1659947640763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.003Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "cds",
  "timestamp": 1659947636866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.003Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659947635342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.003Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "policy-id",
  "timestamp": 1659947633294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.004Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "aai-ml",
  "timestamp": 1659947640763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.004Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "cds",
  "timestamp": 1659947636866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.004Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659947635342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "policy-id",
  "timestamp": 1659947633294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "aai-ml",
  "timestamp": 1659947640763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "cds",
  "timestamp": 1659947636866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.006Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659947635342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:37:02.006Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "policy-id",
  "timestamp": 1659947633294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.006Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "aai-ml",
  "timestamp": 1659947640763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "cds",
  "timestamp": 1659947636866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659947635342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/artifacts/service-DemoPnfQbktxblyfpnn3my3bxmv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "policy-id",
  "timestamp": 1659947633294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/artifacts/service-DemoPnfQbktxblyfpnn3my3bxmv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "aai-ml",
  "timestamp": 1659947640763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/artifacts/service-DemoPnfQbktxblyfpnn3my3bxmv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "cds",
  "timestamp": 1659947636866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/artifacts/service-DemoPnfQbktxblyfpnn3my3bxmv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659947635342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/artifacts/service-DemoPnfQbktxblyfpnn3my3bxmv-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.009Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "policy-id",
  "timestamp": 1659947633294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/artifacts/service-DemoPnfQbktxblyfpnn3my3bxmv-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:37:02.009Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "aai-ml",
  "timestamp": 1659947640763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/artifacts/service-DemoPnfQbktxblyfpnn3my3bxmv-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:37:02.009Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "cds",
  "timestamp": 1659947636866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/artifacts/service-DemoPnfQbktxblyfpnn3my3bxmv-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:37:02.009Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659947650546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.010Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659947651887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:37:02.010Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:37:02.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "aai-ml",
  "timestamp": 1659947651766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/artifacts/service-DemoPnfQbktxblyfpnn3my3bxmv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:37:02.010Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:37:02.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "cds",
  "timestamp": 1659947651675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/artifacts/service-DemoPnfQbktxblyfpnn3my3bxmv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:37:02.011Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:37:02.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "policy-id",
  "timestamp": 1659947651813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/artifacts/service-DemoPnfQbktxblyfpnn3my3bxmv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:37:02.011Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:37:02.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659947650546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659947652904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-08T08:37:02.012Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:37:02.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "cds",
  "timestamp": 1659947652684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/artifacts/service-DemoPnfQbktxblyfpnn3my3bxmv-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:37:02.161Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dab1d675-1914-4d77-aed2-5bd7f680d75c
2022-08-08T08:37:02.161Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab1d675-1914-4d77-aed2-5bd7f680d75c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:37:02.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "policy-id",
  "timestamp": 1659947652817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/artifacts/service-DemoPnfQbktxblyfpnn3my3bxmv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:37:02.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:37:02.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659947650546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1659947653906,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:37:02.258Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of dab1d675-1914-4d77-aed2-5bd7f680d75c
2022-08-08T08:37:02.258Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab1d675-1914-4d77-aed2-5bd7f680d75c and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:37:02.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "policy-id",
  "timestamp": 1659947653820,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:37:02.400Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dab1d675-1914-4d77-aed2-5bd7f680d75c
2022-08-08T08:37:02.400Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab1d675-1914-4d77-aed2-5bd7f680d75c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:37:02.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659947650546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659947650546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659947650546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/resourceInstances/pnf908e90a5f9230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659947650546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/artifacts/service-DemoPnfQbktxblyfpnn3my3bxmv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:37:02.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1659947650546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/artifacts/service-DemoPnfQbktxblyfpnn3my3bxmv-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:37:02.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:37:02.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "aai-ml",
  "timestamp": 1659947658568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQbktxblyfpnn3my3bxmv/1.0/artifacts/service-DemoPnfQbktxblyfpnn3my3bxmv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:37:02.461Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:37:02.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:37:02.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab1d675-1914-4d77-aed2-5bd7f680d75c",
  "consumerID": "aai-ml",
  "timestamp": 1659947659571,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-08T08:37:02.500Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dab1d675-1914-4d77-aed2-5bd7f680d75c
2022-08-08T08:37:02.500Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab1d675-1914-4d77-aed2-5bd7f680d75c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-08T08:37:13.099Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f7fea12-a0b1-456c-a326-89c4dd7fa62a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:37:13.196Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f7fea12-a0b1-456c-a326-89c4dd7fa62a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:37:13.260Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:37:13.260Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:37:13.260Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:37:13.260Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:37:43.261Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f7fea12-a0b1-456c-a326-89c4dd7fa62a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:37:43.283Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f7fea12-a0b1-456c-a326-89c4dd7fa62a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-08T08:37:43.284Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-08T08:37:43.284Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-08T08:37:43.284Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-08T08:37:43.284Z|6f7fea12-a0b1-456c-a326-89c4dd7fa62a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-08T08:38:01.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-08T08:38:01.976Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-08T08:38:01.976Z||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 vkGyok14KwHm0i1V) ...
2022-08-08T08:38:02.514Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-08T08:38:02.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8193f29-1080-4f33-9ccf-0a2340039e22",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947776734,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-08-08T08:38:02.517Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:38:02.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:38:02.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:38:02.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-08T08:38:02.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:38:02.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-08T08:38:02.519Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:38:02.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:38:02.519Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:38:02.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-08T08:38:02.520Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:38:02.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-08T08:38:02.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:38:02.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-08T08:38:02.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:38:02.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:38:02.540Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:38:02.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-08T08:38:02.540Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:38:02.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947137227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-08T08:38:02.541Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-08T08:38:02.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947788165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:38:02.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:38:02.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947790812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:38:02.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:38:02.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.543Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947792163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:38:02.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:38:02.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947793387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:38:02.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:38:02.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947794560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:38:02.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:38:02.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947795776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-08T08:38:02.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:38:02.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947797040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-08T08:38:02.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:38:02.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947798043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-08T08:38:02.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:38:02.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947799047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-08T08:38:02.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:38:02.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947800050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-08T08:38:02.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:38:02.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947801053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-08T08:38:02.551Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-08T08:38:02.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-08T08:38:02.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f7fea12-a0b1-456c-a326-89c4dd7fa62a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1659947802056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-08T08:38:02.551Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'